public interface Container extends Item
Modifier and Type | Method and Description |
---|---|
java.lang.String |
providedSlot(net.minecraft.item.ItemStack stack)
The type of slot provided as the dynamic slot.
|
int |
providedTier(net.minecraft.item.ItemStack stack)
The maximum item tier of the items that can be placed into the slot
provided by the specified container.
|
java.lang.String providedSlot(net.minecraft.item.ItemStack stack)
stack
- the item stack to get the provided slot type for.Slot
int providedTier(net.minecraft.item.ItemStack stack)
stack
- the item stack to the the supported tier for.