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> ItemStackArgument
ItemStackArgumentType. getItemStackArgument(com.mojang.brigadier.context.CommandContext<S> context, String name)
ItemStackArgument
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 ItemStackArgument Modifier and Type Method Description private static int
GiveCommand. execute(ServerCommandSource source, ItemStackArgument item, Collection<ServerPlayerEntity> targets, int count)