Uses of Enum
net.minecraft.server.command.CloneCommand.Mode
Packages that use CloneCommand.Mode
-
Uses of CloneCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return CloneCommand.ModeModifier and TypeMethodDescriptionstatic CloneCommand.Mode
Returns the enum constant of this type with the specified name.static CloneCommand.Mode[]
CloneCommand.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 CloneCommand.ModeModifier and TypeMethodDescriptionprivate static int
CloneCommand.execute(ServerCommandSource source, BlockPos begin, BlockPos end, BlockPos destination, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode)