Uses of Enum
net.minecraft.server.command.SetBlockCommand.Mode
Packages that use SetBlockCommand.Mode
-
Uses of SetBlockCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return SetBlockCommand.ModeModifier and TypeMethodDescriptionstatic SetBlockCommand.Mode
Returns the enum constant of this type with the specified name.static SetBlockCommand.Mode[]
SetBlockCommand.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.server.command with parameters of type SetBlockCommand.ModeModifier and TypeMethodDescriptionprivate static int
SetBlockCommand.execute(ServerCommandSource source, BlockPos pos, BlockStateArgument block, SetBlockCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> condition)