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.TypeReturns 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 intExperienceCommand.addExperience(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType) private static intExperienceCommand.queryExperience(CommandSourceStack pSource, ServerPlayer pPlayer, ExperienceCommand.Type pType) private static intExperienceCommand.setExperience(CommandSourceStack pSource, Collection<? extends ServerPlayer> pTargets, int pAmount, ExperienceCommand.Type pType)