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

Method Image2

src/main/java/fieldbox/boxes/plugins/Image2.java:33–36  ·  view source on GitHub ↗
(Box root)

Source from the content-addressed store, hash-verified

31 Map<String, PerLayer> layerLocal = new LinkedHashMap<>();
32
33
34 public Image2(Box root) {
35 properties.put(images, this::newImage);
36 install(root);
37 }
38
39 protected Box install(Box root) {

Callers

nothing calls this directly

Calls 2

installMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected