Class EnvironmentCommand
java.lang.Object
com.github.thedeathlycow.thermoo.api.command.EnvironmentCommand
Command relating to environment effects
Usage:
thermoo environment checktemperature <args>
thermoo environment printcontroller
thermoo environment temperature <pos> [<unit>] [<scale>]
thermoo environment relativehumidity <pos> [<scale>]
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack>> Supplier for creating a new environment 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 environment command builder to be registered to the Minecraft serverRegistered by the default implementation of this API.
-