Uses of Enum Class
net.minecraft.server.commands.CloneCommands.Mode
Packages that use CloneCommands.Mode
-
Uses of CloneCommands.Mode in net.minecraft.server.commands
Subclasses with type arguments of type CloneCommands.Mode in net.minecraft.server.commandsMethods in net.minecraft.server.commands that return CloneCommands.ModeModifier and TypeMethodDescriptionstatic CloneCommands.ModeReturns the enum constant of this class with the specified name.static CloneCommands.Mode[]CloneCommands.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 CloneCommands.ModeModifier and TypeMethodDescriptionprivate static intCloneCommands.clone(CommandSourceStack source, CloneCommands.DimensionAndPosition startPosAndDimension, CloneCommands.DimensionAndPosition endPosAndDimension, CloneCommands.DimensionAndPosition destPosAndDimension, Predicate<BlockInWorld> predicate, CloneCommands.Mode mode, boolean strict)