Uses of Enum Class
net.minecraft.server.commands.ExperienceCommand.Type
Packages that use ExperienceCommand.Type
-
Uses of ExperienceCommand.Type in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return ExperienceCommand.TypeModifier and TypeMethodDescriptionstatic ExperienceCommand.Type
Returns the enum constant of this class with the specified name.static ExperienceCommand.Type[]
ExperienceCommand.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.commands with parameters of type ExperienceCommand.TypeModifier and TypeMethodDescriptionprivate static int
ExperienceCommand.addExperience
(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType) private static int
ExperienceCommand.queryExperience
(CommandSourceStack pSource, ServerPlayer pPlayer, ExperienceCommand.Type pType) private static int
ExperienceCommand.setExperience
(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType)