Uses of Class
net.minecraft.command.impl.SetBlockCommand.Mode
-
Packages that use SetBlockCommand.Mode Package Description net.minecraft.command.impl -
-
Uses of SetBlockCommand.Mode in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return SetBlockCommand.Mode Modifier and Type Method Description static SetBlockCommand.Mode
SetBlockCommand.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SetBlockCommand.Mode[]
SetBlockCommand.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 SetBlockCommand.Mode Modifier and Type Method Description private static int
SetBlockCommand. setBlock(CommandSource p_198683_0_, BlockPos p_198683_1_, BlockStateInput p_198683_2_, SetBlockCommand.Mode p_198683_3_, java.util.function.Predicate<CachedBlockInfo> p_198683_4_)
-