Class ThermooNeoforge

java.lang.Object
com.github.thedeathlycow.thermoo.impl.neoforge.ThermooNeoforge
All Implemented Interfaces:
dev.yumi.mc.core.api.entrypoint.ModInitializer

public class ThermooNeoforge extends Object implements dev.yumi.mc.core.api.entrypoint.ModInitializer
  • Field Summary

    Fields inherited from interface dev.yumi.mc.core.api.entrypoint.ModInitializer

    ENTRYPOINT_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.gamerules.GameRule<Boolean>
    booleanGameRule(net.minecraft.resources.Identifier id, boolean defaultValue)
     
    static <E extends Enum<E>>
    net.minecraft.world.level.gamerules.GameRule<E>
    enumGameRule(net.minecraft.resources.Identifier id, E defaultValue, com.mojang.serialization.Codec<E> codec)
     
    void
    onInitialize(dev.yumi.mc.core.api.ModContainer mod)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThermooNeoforge

      public ThermooNeoforge()
  • Method Details

    • onInitialize

      public void onInitialize(dev.yumi.mc.core.api.ModContainer mod)
      Specified by:
      onInitialize in interface dev.yumi.mc.core.api.entrypoint.ModInitializer
    • booleanGameRule

      public static net.minecraft.world.level.gamerules.GameRule<Boolean> booleanGameRule(net.minecraft.resources.Identifier id, boolean defaultValue)
    • enumGameRule

      public static <E extends Enum<E>> net.minecraft.world.level.gamerules.GameRule<E> enumGameRule(net.minecraft.resources.Identifier id, E defaultValue, com.mojang.serialization.Codec<E> codec)