Class CommonLoader

java.lang.Object
de.cech12.unlitcampfire.CommonLoader

public class CommonLoader extends Object
A static class for all loaders which initializes everything which is used by all loaders.
  • 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)