Uses of Class
net.minecraft.command.arguments.ItemInput
-
Packages that use ItemInput Package Description net.minecraft.command.arguments net.minecraft.command.impl -
-
Uses of ItemInput in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return ItemInput Modifier and Type Method Description static <S> ItemInput
ItemArgument. getItem(com.mojang.brigadier.context.CommandContext<S> p_197316_0_, java.lang.String p_197316_1_)
ItemInput
ItemArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
-
Uses of ItemInput in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ItemInput Modifier and Type Method Description private static int
GiveCommand. giveItem(CommandSource p_198497_0_, ItemInput p_198497_1_, java.util.Collection<ServerPlayerEntity> p_198497_2_, int p_198497_3_)
-