Uses of Enum Class
net.minecraft.server.command.SetBlockCommand.Mode
-
Uses of SetBlockCommand.Mode in net.minecraft.server.command
Modifier 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.Modifier and TypeMethodDescriptionprivate static int
SetBlockCommand.execute
(ServerCommandSource source, BlockPos pos, BlockStateArgument block, SetBlockCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> condition)