Package | Description |
---|---|
net.minecraft.command.impl |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private static int |
CloneCommand.doClone(CommandSource source,
BlockPos beginPos,
BlockPos endPos,
BlockPos destPos,
java.util.function.Predicate<CachedBlockInfo> filterPredicate,
CloneCommand.Mode cloneMode) |