Uses of Enum Class
net.minecraft.server.commands.SetBlockCommand.Mode
Packages that use SetBlockCommand.Mode
-
Uses of SetBlockCommand.Mode in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return SetBlockCommand.ModeModifier and TypeMethodDescriptionstatic SetBlockCommand.Mode
Returns the enum constant of this class with the specified name.static SetBlockCommand.Mode[]
SetBlockCommand.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.commands with parameters of type SetBlockCommand.ModeModifier and TypeMethodDescriptionprivate static int
SetBlockCommand.setBlock
(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_)