Uses of Class
net.minecraft.command.argument.ItemStackArgument
| Package | Description |
|---|---|
| net.minecraft.command.argument | |
| net.minecraft.server.command |
-
Uses of ItemStackArgument in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ItemStackArgument Modifier and Type Method Description static <S> ItemStackArgumentItemStackArgumentType. getItemStackArgument(com.mojang.brigadier.context.CommandContext<S> context, String name)ItemStackArgumentItemStackArgumentType. parse(com.mojang.brigadier.StringReader stringReader) -
Uses of ItemStackArgument in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ItemStackArgument Modifier and Type Method Description private static intGiveCommand. execute(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count)