MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / onWorldLoad

Method onWorldLoad

src/main/java/gregapi/GT_API_Proxy.java:225–225  ·  view source on GitHub ↗
(WorldEvent.Load   aEvent)

Source from the content-addressed store, hash-verified

223 }
224
225 @SubscribeEvent(priority = EventPriority.LOWEST) public void onWorldLoad (WorldEvent.Load aEvent) {checkSaveLocation(DimensionManager.getCurrentSaveRootDirectory(), F);}
226 //@SubscribeEvent(priority = EventPriority.LOWEST) public void onWorldUnload(WorldEvent.Unload aEvent) {checkSaveLocation(DimensionManager.getCurrentSaveRootDirectory(), F);}
227 //@SubscribeEvent(priority = EventPriority.LOWEST) public void onWorldSave (WorldEvent.Save aEvent) {checkSaveLocation(DimensionManager.getCurrentSaveRootDirectory(), F);}
228

Callers

nothing calls this directly

Calls 1

checkSaveLocationMethod · 0.95

Tested by

no test coverage detected