MCPcopy Create free account
hub / github.com/boxbeam/RedLib / enable

Method enable

src/redempt/redlib/dev/StructureTool.java:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public static StructureTool enable() {
44 StructureTool tool = new StructureTool();
45 Bukkit.getPluginManager().registerEvents(tool, RedLib.getInstance());
46 return tool;
47 }
48
49 private Map<UUID, Location[]> locations = new HashMap<>();
50 private Map<UUID, MultiBlockStructure> structures = new HashMap<>();

Callers 1

onEnableMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected