Package net.minecraft.server.command
Class GiveCommand
java.lang.Object
net.minecraft.server.command.GiveCommand
- Mappings:
 Namespace Name official aevintermediary net/minecraft/class_3068named net/minecraft/server/command/GiveCommand
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)  
- 
Field Details
- 
MAX_STACKS
public static final int MAX_STACKS- See Also:
 - Mappings:
 Namespace Name Mixin selector official aLaev;a:Iintermediary field_33394Lnet/minecraft/class_3068;field_33394:Inamed MAX_STACKSLnet/minecraft/server/command/GiveCommand;MAX_STACKS:I
 
 - 
 - 
Constructor Details
- 
GiveCommand
public GiveCommand() 
 - 
 - 
Method Details
- 
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess) - Mappings:
 Namespace Name Mixin selector official aLaev;a(Lcom/mojang/brigadier/CommandDispatcher;Ldm;)Vintermediary method_13402Lnet/minecraft/class_3068;method_13402(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vnamed registerLnet/minecraft/server/command/GiveCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
 - 
execute
private static int execute(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector official aLaev;a(Lds;Lfv;Ljava/util/Collection;I)Iintermediary method_13401Lnet/minecraft/class_3068;method_13401(Lnet/minecraft/class_2168;Lnet/minecraft/class_2290;Ljava/util/Collection;I)Inamed executeLnet/minecraft/server/command/GiveCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/command/argument/ItemStackArgument;Ljava/util/Collection;I)I
 
 -