Uses of Class
net.minecraft.command.impl.AdvancementCommand.Mode
-
Packages that use AdvancementCommand.Mode Package Description net.minecraft.command.impl -
-
Uses of AdvancementCommand.Mode in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return AdvancementCommand.Mode Modifier and Type Method Description static AdvancementCommand.Mode
AdvancementCommand.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdvancementCommand.Mode[]
AdvancementCommand.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 AdvancementCommand.Mode Modifier and Type Method Description private static java.util.List<Advancement>
AdvancementCommand. getAdvancements(Advancement p_198216_0_, AdvancementCommand.Mode p_198216_1_)
-