Package net.minecraft.server.commands
Class GiveCommand
java.lang.Object
net.minecraft.server.commands.GiveCommand
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intgiveItem(CommandSourceStack p_137779_, ItemInput p_137780_, Collection<ServerPlayer> p_137781_, int p_137782_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214446_, CommandBuildContext p_214447_) 
- 
Field Details- 
MAX_ALLOWED_ITEMSTACKSpublic static final int MAX_ALLOWED_ITEMSTACKS- See Also:
 
 
- 
- 
Constructor Details- 
GiveCommandpublic GiveCommand()
 
- 
- 
Method Details- 
registerpublic static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214446_, CommandBuildContext p_214447_) 
- 
giveItemprivate static int giveItem(CommandSourceStack p_137779_, ItemInput p_137780_, Collection<ServerPlayer> p_137781_, int p_137782_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-