Uses of Enum Class
net.minecraft.server.commands.FillCommand.Mode
Packages that use FillCommand.Mode
-
Uses of FillCommand.Mode in net.minecraft.server.commands
Methods in net.minecraft.server.commands 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.commands with parameters of type FillCommand.ModeModifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks
(CommandSourceStack pSource, BoundingBox pArea, BlockInput pNewBlock, FillCommand.Mode pMode, Predicate<BlockInWorld> pReplacingPredicate)