Uses of Class
net.minecraft.command.impl.FillCommand.Mode
-
Packages that use FillCommand.Mode Package Description net.minecraft.command.impl -
-
Uses of FillCommand.Mode in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return FillCommand.Mode Modifier and Type Method 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.Methods in net.minecraft.command.impl with parameters of type FillCommand.Mode Modifier and Type Method Description private static int
FillCommand. fillBlocks(CommandSource p_198463_0_, MutableBoundingBox p_198463_1_, BlockStateInput p_198463_2_, FillCommand.Mode p_198463_3_, java.util.function.Predicate<CachedBlockInfo> p_198463_4_)
-