MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getMainLayer

Method getMainLayer

src/main/java/fieldbox/ui/Compositor.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public Layer getMainLayer() {
101 return getLayer("__main__");
102 }
103
104 public Map<String, Layer> getLayers() {
105 return layers;

Callers 2

OpenMethod · 0.80
mainLayerMethod · 0.80

Calls 1

getLayerMethod · 0.95

Tested by

no test coverage detected