Class Thermoo
java.lang.Object
com.github.thedeathlycow.thermoo.impl.Thermoo
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.yumi.commons.event.EventManager<net.minecraft.resources.Identifier> static final org.slf4j.Loggerstatic final Stringstatic final net.minecraft.commands.synchronization.ArgumentTypeInfo<TemperatureUnitArgument, net.minecraft.commands.synchronization.SingletonArgumentInfo<TemperatureUnitArgument>.net.minecraft.commands.synchronization.SingletonArgumentInfo.Template> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThermooConfigstatic net.minecraft.resources.IdentifierCreates a newIdentifierunder the namespace "thermoo"void
-
Field Details
-
MODID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
EVENT_MANAGER
public static final dev.yumi.commons.event.EventManager<net.minecraft.resources.Identifier> EVENT_MANAGER -
TEMPERATURE_UNIT_ARG_SERIALIZER
public static final net.minecraft.commands.synchronization.ArgumentTypeInfo<TemperatureUnitArgument, net.minecraft.commands.synchronization.SingletonArgumentInfo<TemperatureUnitArgument>.net.minecraft.commands.synchronization.SingletonArgumentInfo.Template> TEMPERATURE_UNIT_ARG_SERIALIZER
-
-
Constructor Details
-
Thermoo
public Thermoo()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-
id
-
getConfig
-