Package net.minecraft.server.command
Class ExperienceCommand
java.lang.Object
net.minecraft.server.command.ExperienceCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/ExperienceCommandintermediary net/minecraft/class_3054official aod
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteAdd(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component) private static intexecuteQuery(ServerCommandSource source, ServerPlayerEntity player, ExperienceCommand.Component component) private static intexecuteSet(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Field Details
- 
SET_POINT_INVALID_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SET_POINT_INVALID_EXCEPTION- Mappings:
 Namespace Name Mixin selector named SET_POINT_INVALID_EXCEPTIONLnet/minecraft/server/command/ExperienceCommand;SET_POINT_INVALID_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13638Lnet/minecraft/class_3054;field_13638:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLaod;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
ExperienceCommand
public ExperienceCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/ExperienceCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13330Lnet/minecraft/class_3054;method_13330(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaod;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
executeQuery
private static int executeQuery(ServerCommandSource source, ServerPlayerEntity player, ExperienceCommand.Component component) - Mappings:
 Namespace Name Mixin selector named executeQueryLnet/minecraft/server/command/ExperienceCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/command/ExperienceCommand$Component;)Iintermediary method_13328Lnet/minecraft/class_3054;method_13328(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_3054$class_3055;)Iofficial aLaod;a(Lew;Lasi;Laod$a;)I
 - 
executeAdd
private static int executeAdd(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component) - Mappings:
 Namespace Name Mixin selector named executeAddLnet/minecraft/server/command/ExperienceCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;ILnet/minecraft/server/command/ExperienceCommand$Component;)Iintermediary method_13326Lnet/minecraft/class_3054;method_13326(Lnet/minecraft/class_2168;Ljava/util/Collection;ILnet/minecraft/class_3054$class_3055;)Iofficial aLaod;a(Lew;Ljava/util/Collection;ILaod$a;)I
 - 
executeSet
private static int executeSet(ServerCommandSource source, Collection<? extends ServerPlayerEntity> targets, int amount, ExperienceCommand.Component component) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeSetLnet/minecraft/server/command/ExperienceCommand;executeSet(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;ILnet/minecraft/server/command/ExperienceCommand$Component;)Iintermediary method_13333Lnet/minecraft/class_3054;method_13333(Lnet/minecraft/class_2168;Ljava/util/Collection;ILnet/minecraft/class_3054$class_3055;)Iofficial bLaod;b(Lew;Ljava/util/Collection;ILaod$a;)I
 
 -