Uses of Class
net.minecraft.command.argument.ItemStackArgument
Packages that use ItemStackArgument
-
Uses of ItemStackArgument in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ItemStackArgumentModifier and TypeMethodDescriptionstatic <S> ItemStackArgument
ItemStackArgumentType.getItemStackArgument
(com.mojang.brigadier.context.CommandContext<S> context, String name) ItemStackArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) -
Uses of ItemStackArgument in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ItemStackArgumentModifier and TypeMethodDescriptionprivate static int
GiveCommand.execute
(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count)