Uses of Enum Class
net.minecraft.server.command.FillCommand.Mode
Packages that use FillCommand.Mode
-
Uses of FillCommand.Mode in net.minecraft.server.command
Methods in net.minecraft.server.command that return FillCommand.ModeModifier 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.Methods in net.minecraft.server.command with parameters of type FillCommand.ModeModifier and TypeMethodDescriptionprivate static int
FillCommand.execute
(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter)