Class SoakingCommand
java.lang.Object
com.github.thedeathlycow.thermoo.impl.command.SoakingCommand
Command relating to soaking. Allows soaking values to be modified in game.
Usage:
thermoo soaking (get|set|add|remove) <target> <args>
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> create(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext buildContext, net.minecraft.commands.Commands.CommandSelection selection)
-
Method Details
-
create
public static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> create(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext buildContext, net.minecraft.commands.Commands.CommandSelection selection)
-