Uses of Class
net.minecraft.server.command.ExperienceCommand.Component
| Package | Description |
|---|---|
| net.minecraft.server.command |
-
Uses of ExperienceCommand.Component in net.minecraft.server.command
Methods in net.minecraft.server.command that return ExperienceCommand.Component Modifier and Type Method Description static ExperienceCommand.ComponentExperienceCommand.Component. valueOf(String name)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.Component Modifier and Type Method Description private static intExperienceCommand. executeAdd(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component)private static intExperienceCommand. executeQuery(ServerCommandSource source, ServerPlayerEntity player, ExperienceCommand.Component component)private static intExperienceCommand. executeSet(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component)