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 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) voidonInitialize(dev.yumi.mc.core.api.ModContainer mod)
-
Constructor Details
-
ThermooNeoforge
public ThermooNeoforge()
-
-
Method Details
-
onInitialize
public void onInitialize(dev.yumi.mc.core.api.ModContainer mod) - Specified by:
onInitializein interfacedev.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)
-