Package de.cech12.unlitcampfire
Class CommonLoader
java.lang.Object
de.cech12.unlitcampfire.CommonLoader
A static class for all loaders which initializes everything which is used by all loaders.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddCampfire(net.minecraft.world.level.block.entity.BlockEntity blockEntity) static voidinit()Initialize method that should be called by every loader mod in the constructor.static voidupdateCampfiresAfterSleep(int sleepTime)
-
Method Details
-
init
public static void init()Initialize method that should be called by every loader mod in the constructor. -
addCampfire
public static void addCampfire(net.minecraft.world.level.block.entity.BlockEntity blockEntity) -
updateCampfiresAfterSleep
public static void updateCampfiresAfterSleep(int sleepTime)
-