public interface IContinuousInventory
Modifier and Type | Method and Description |
---|---|
void |
fail(int blockId) |
ModUtil.ItemStackSlot |
getItem(int blockId) |
boolean |
isValid() |
void |
useItem(int blockId) |
void useItem(int blockId)
void fail(int blockId)
boolean isValid()
ModUtil.ItemStackSlot getItem(int blockId)