Uses of Enum Class
net.minecraft.server.command.ExperienceCommand.Component
-
Uses of ExperienceCommand.Component in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic ExperienceCommand.Component
Returns the enum constant of this class with the specified name.static ExperienceCommand.Component[]
ExperienceCommand.Component.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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)