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>

  • Field Details

    • COMMAND_BUILDER

      public static final Supplier<com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.server.command.ServerCommandSource>> 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()