Package net.minecraft.command.argument
Class ItemStackArgument
java.lang.Object
net.minecraft.command.argument.ItemStackArgument
public class ItemStackArgument extends Object implements Predicate<ItemStack>
-
Field Summary
Fields Modifier and Type Field Description private Itemitemprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeOVERSTACKED_EXCEPTIONprivate CompoundTagtag -
Constructor Summary
Constructors Constructor Description ItemStackArgument(Item item, CompoundTag tag) -
Method Summary
-
Field Details
-
OVERSTACKED_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType OVERSTACKED_EXCEPTION -
item
-
tag
-
-
Constructor Details
-
ItemStackArgument
-
-
Method Details