Class Thermoo
java.lang.Object
com.github.thedeathlycow.thermoo.impl.Thermoo
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final org.slf4j.Loggerstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.util.IdentifierCreates a newIdentifierunder the namespace "thermoo"void
-
Field Details
-
MODID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
CONFIG_VERSION
public static final int CONFIG_VERSION- See Also:
-
-
Constructor Details
-
Thermoo
public Thermoo()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-
id
Creates a newIdentifierunder the namespace "thermoo"- Parameters:
path- The identifier path- Returns:
- Returns a new
Identifier
-