Package | Description |
---|---|
net.minecraft.command.impl |
Modifier and Type | Method and Description |
---|---|
static FillCommand.Mode |
FillCommand.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillCommand.Mode[] |
FillCommand.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 |
FillCommand.doFill(CommandSource source,
MutableBoundingBox area,
BlockStateInput newBlock,
FillCommand.Mode mode,
java.util.function.Predicate<CachedBlockInfo> replacingPredicate) |