Class TemperatureCommand

java.lang.Object
com.github.thedeathlycow.thermoo.api.command.TemperatureCommand

public class TemperatureCommand extends Object
Command relating to temperature. Allows temperature to be modified in game.

Usage:

thermoo temperature <subcommand> <args>

  • Field Details

    • COMMAND_BUILDER

      public static final Supplier<com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack>> COMMAND_BUILDER
      Supplier for creating a new temperature command builder to be registered to the Minecraft server

      Registered by the default implementation of this API.

  • Constructor Details

    • TemperatureCommand

      public TemperatureCommand()