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 source, Collection<? extends ServerPlayer> targets, int amount, ExperienceCommand.Type type) private static intExperienceCommand.queryExperience(CommandSourceStack source, ServerPlayer player, ExperienceCommand.Type type) private static intExperienceCommand.setExperience(CommandSourceStack source, Collection<? extends ServerPlayer> targets, int amount, ExperienceCommand.Type type)