Uses of Class
net.minecraft.server.command.CloneCommand.Mode
Package | Description |
---|---|
net.minecraft.server.command |
-
Uses of CloneCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return CloneCommand.Mode Modifier and Type Method Description static CloneCommand.Mode
CloneCommand.Mode. valueOf(String name)
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.Mode Modifier and Type Method Description private static int
CloneCommand. execute(ServerCommandSource source, BlockPos begin, BlockPos end, BlockPos destination, Predicate<CachedBlockPosition> filter, CloneCommand.Mode mode)