Uses of Class
net.minecraft.command.impl.CloneCommand.Mode
-
Packages that use CloneCommand.Mode Package Description net.minecraft.command.impl -
-
Uses of CloneCommand.Mode in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return CloneCommand.Mode Modifier and Type Method Description static CloneCommand.Mode
CloneCommand.Mode. valueOf(java.lang.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.command.impl with parameters of type CloneCommand.Mode Modifier and Type Method Description private static int
CloneCommand. clone(CommandSource p_198274_0_, BlockPos p_198274_1_, BlockPos p_198274_2_, BlockPos p_198274_3_, java.util.function.Predicate<CachedBlockInfo> p_198274_4_, CloneCommand.Mode p_198274_5_)
-