Package net.minecraft.command.arguments
Class ItemStackArgument
java.lang.Object
net.minecraft.command.arguments.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
-
Method Details