li.cil.oc.api.driver
public interface UpgradeContainer extends Item
| Modifier and Type | Method and Description |
|---|---|
Slot |
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.
|
Slot providedSlot(net.minecraft.item.ItemStack stack)
stack - the item stack to get the provided slot type for.int providedTier(net.minecraft.item.ItemStack stack)
stack - the item stack to the the supported tier for.