public interface IStorageComponent
Item
Modifier and Type | Method and Description |
---|---|
int |
getBytes(net.minecraft.item.ItemStack is)
This isn't necessarily the same as if you make a storage cell out of it,
but all of AE's default cells do it that way, its currently only used for
the condenser.
|
boolean |
isStorageComponent(net.minecraft.item.ItemStack is)
Just true or false for the item stack.
|
int getBytes(net.minecraft.item.ItemStack is)
is
- itemboolean isStorageComponent(net.minecraft.item.ItemStack is)
is
- item