public interface IItemHandlerModifiable extends IItemHandler
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | setStackInSlot(int slot,
              ItemStack stack)Overrides the stack in the given slot. | 
extractItem, getSlotLimit, getSlots, getStackInSlot, insertItem, isItemValidvoid setStackInSlot(int slot,
                    @Nonnull
                    ItemStack stack)
slot - Slot to modifystack - ItemStack to set slot to (may be empty).java.lang.RuntimeException - if the handler is called in a way that the handler
 was not expecting.