Uses of Enum
net.minecraft.server.command.ExperienceCommand.Component
Packages that use ExperienceCommand.Component
-
Uses of ExperienceCommand.Component in net.minecraft.server.command
Methods in net.minecraft.server.command that return ExperienceCommand.ComponentModifier and TypeMethodDescriptionstatic ExperienceCommand.Component
Returns the enum constant of this type with the specified name.static ExperienceCommand.Component[]
ExperienceCommand.Component.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.server.command with parameters of type ExperienceCommand.ComponentModifier and TypeMethodDescriptionprivate static int
ExperienceCommand.executeAdd(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component)
private static int
ExperienceCommand.executeQuery(ServerCommandSource source, ServerPlayerEntity player, ExperienceCommand.Component component)
private static int
ExperienceCommand.executeSet(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component)