Uses of Enum Class
net.minecraft.server.commands.ExperienceCommand.Type
Packages that use ExperienceCommand.Type
-
Uses of ExperienceCommand.Type in net.minecraft.server.commands
Subclasses with type arguments of type ExperienceCommand.Type in net.minecraft.server.commandsMethods 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> players, int amount, ExperienceCommand.Type type) private static intExperienceCommand.queryExperience(CommandSourceStack source, ServerPlayer target, ExperienceCommand.Type type) private static intExperienceCommand.setExperience(CommandSourceStack source, Collection<? extends ServerPlayer> players, int amount, ExperienceCommand.Type type)