Uses of Enum Class
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 class with the specified name.static CloneCommand.Mode[]
CloneCommand.Mode.values()
Returns an array containing the constants of this enum class, 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, CloneCommand.DimensionalPos begin, CloneCommand.DimensionalPos end, CloneCommand.DimensionalPos destination, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode)