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 Item
item
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
OVERSTACKED_EXCEPTION
private CompoundTag
tag
-
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