Class EnvironmentCommand

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

public class EnvironmentCommand extends Object
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 Details

    • COMMAND_BUILDER

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

      Registered by the default implementation of this API.

  • Constructor Details

    • EnvironmentCommand

      public EnvironmentCommand()