Class Thermoo

java.lang.Object
com.github.thedeathlycow.thermoo.impl.Thermoo
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public class Thermoo extends Object implements net.fabricmc.api.ModInitializer
  • Field Details

    • MODID

      public static final String 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:
      onInitialize in interface net.fabricmc.api.ModInitializer
    • id

      @Contract("_->new") public static net.minecraft.resources.ResourceLocation id(String path)
      Creates a new ResourceLocation under the namespace "thermoo"
      Parameters:
      path - The identifier path
      Returns:
      Returns a new ResourceLocation
    • getConfig

      public static ThermooConfig getConfig()