Class SoakingCommand

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

public final class SoakingCommand extends Object
Command relating to soaking. Allows soaking values to be modified in game.

Usage:

thermoo soaking (get|set|add|remove) <target> <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 soaking command builder to be registered to the Minecraft server

      Registered by the default implementation of this API.