Package net.minecraft.server.command
Class GiveCommand
java.lang.Object
net.minecraft.server.command.GiveCommand
- Mappings:
Namespace Name official aeh
intermediary net/minecraft/class_3068
named net/minecraft/server/command/GiveCommand
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count) static void
register
(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 a
Laeh;a:I
intermediary field_33394
Lnet/minecraft/class_3068;field_33394:I
named MAX_STACKS
Lnet/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 a
Laeh;a(Lcom/mojang/brigadier/CommandDispatcher;Ldi;)V
intermediary method_13402
Lnet/minecraft/class_3068;method_13402(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
named register
Lnet/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 a
Laeh;a(Ldn;Lfq;Ljava/util/Collection;I)I
intermediary method_13401
Lnet/minecraft/class_3068;method_13401(Lnet/minecraft/class_2168;Lnet/minecraft/class_2290;Ljava/util/Collection;I)I
named execute
Lnet/minecraft/server/command/GiveCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/command/argument/ItemStackArgument;Ljava/util/Collection;I)I
-