Uses of Enum Class
net.minecraft.server.commands.CloneCommands.Mode
Packages that use CloneCommands.Mode
-
Uses of CloneCommands.Mode in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return CloneCommands.ModeModifier and TypeMethodDescriptionstatic CloneCommands.Mode
Returns 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 int
CloneCommands.clone
(CommandSourceStack pSource, CloneCommands.DimensionAndPosition pBegin, CloneCommands.DimensionAndPosition pEnd, CloneCommands.DimensionAndPosition pTarget, Predicate<BlockInWorld> pFilter, CloneCommands.Mode pMode)