Package dev.wendigodrip.thebrokenscript
Object TheBrokenScript
-
- All Implemented Interfaces:
public class TheBrokenScript
The mod's main class.
-
-
Field Summary
Fields Modifier and Type Field Description private final Logger
LOGGER
private final WorkQueue
queue
public final static TheBrokenScript
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
eagerInit()
final Unit
tick(ServerTickEvent.Post event)
final Unit
onLoadComplete(FMLLoadCompleteEvent event)
final Unit
queueServerWork(Integer afterTicks, Runnable action)
final Unit
registerBuiltInPacks(AddPackFindersEvent event)
final Logger
getLOGGER()
final WorkQueue
getQueue()
-
-
Method Detail
-
onLoadComplete
final Unit onLoadComplete(FMLLoadCompleteEvent event)
-
queueServerWork
final Unit queueServerWork(Integer afterTicks, Runnable action)
-
registerBuiltInPacks
final Unit registerBuiltInPacks(AddPackFindersEvent event)
-
getLOGGER
final Logger getLOGGER()
-
-
-
-