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.Component
ExperienceCommand.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 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)