Uses of Enum Class
net.minecraft.server.command.FillCommand.Mode
-
Uses of FillCommand.Mode in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic FillCommand.Mode
Returns the enum constant of this class with the specified name.static FillCommand.Mode[]
FillCommand.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static int
FillCommand.execute
(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter)