Uses of Class
net.minecraft.command.impl.AdvancementCommand.Action
-
Packages that use AdvancementCommand.Action Package Description net.minecraft.command.impl -
-
Uses of AdvancementCommand.Action in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return AdvancementCommand.Action Modifier and Type Method Description static AdvancementCommand.Action
AdvancementCommand.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdvancementCommand.Action[]
AdvancementCommand.Action. 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.Action Modifier and Type Method Description private static int
AdvancementCommand. perform(CommandSource p_198214_0_, java.util.Collection<ServerPlayerEntity> p_198214_1_, AdvancementCommand.Action p_198214_2_, java.util.Collection<Advancement> p_198214_3_)
private static int
AdvancementCommand. performCriterion(CommandSource p_198203_0_, java.util.Collection<ServerPlayerEntity> p_198203_1_, AdvancementCommand.Action p_198203_2_, Advancement p_198203_3_, java.lang.String p_198203_4_)
-