Class TemperatureCommand
java.lang.Object
com.github.thedeathlycow.thermoo.api.command.TemperatureCommand
Command relating to temperature. Allows temperature to be modified in game.
Usage:
thermoo temperature <subcommand> <args>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack>> Supplier for creating a new temperature command builder to be registered to the Minecraft server -
Method Summary
-
Field Details
-
COMMAND_BUILDER
public static final Supplier<com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack>> COMMAND_BUILDERSupplier for creating a new temperature command builder to be registered to the Minecraft serverRegistered by the default implementation of this API.
-