Class Thermoo
java.lang.Object
com.github.thedeathlycow.thermoo.impl.Thermoo
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.commands.synchronization.ArgumentTypeInfo<HeatingModeArgumentType, net.minecraft.commands.synchronization.SingletonArgumentInfo<HeatingModeArgumentType>.net.minecraft.commands.synchronization.SingletonArgumentInfo.Template> static final org.slf4j.Loggerstatic final Stringstatic final net.minecraft.commands.synchronization.ArgumentTypeInfo<TemperatureUnitArgumentType, net.minecraft.commands.synchronization.SingletonArgumentInfo<TemperatureUnitArgumentType>.net.minecraft.commands.synchronization.SingletonArgumentInfo.Template> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThermooConfigstatic net.minecraft.resources.ResourceLocationCreates a newResourceLocationunder the namespace "thermoo"void
-
Field Details
-
MODID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
HEATING_MODE_ARG_SERIALIZER
public static final net.minecraft.commands.synchronization.ArgumentTypeInfo<HeatingModeArgumentType,net.minecraft.commands.synchronization.SingletonArgumentInfo<HeatingModeArgumentType>.net.minecraft.commands.synchronization.SingletonArgumentInfo.Template> HEATING_MODE_ARG_SERIALIZER -
TEMPERATURE_UNIT_ARG_SERIALIZER
public static final net.minecraft.commands.synchronization.ArgumentTypeInfo<TemperatureUnitArgumentType,net.minecraft.commands.synchronization.SingletonArgumentInfo<TemperatureUnitArgumentType>.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
Creates a newResourceLocationunder the namespace "thermoo"- Parameters:
path- The identifier path- Returns:
- Returns a new
ResourceLocation
-
getConfig
-