Uses of Enum Class
net.minecraft.command.impl.AdvancementCommand.Action
Packages that use AdvancementCommand.Action
-
Uses of AdvancementCommand.Action in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return AdvancementCommand.ActionModifier and TypeMethodDescriptionstatic AdvancementCommand.ActionReturns the enum constant of this class with the specified name.static AdvancementCommand.Action[]AdvancementCommand.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.command.impl with parameters of type AdvancementCommand.ActionModifier and TypeMethodDescriptionprivate static intAdvancementCommand.perform(CommandSource p_198214_0_, Collection<ServerPlayerEntity> p_198214_1_, AdvancementCommand.Action p_198214_2_, Collection<Advancement> p_198214_3_) private static intAdvancementCommand.performCriterion(CommandSource p_198203_0_, Collection<ServerPlayerEntity> p_198203_1_, AdvancementCommand.Action p_198203_2_, Advancement p_198203_3_, String p_198203_4_)