Interface IItemHandlerModifiable

    • Method Detail

      • setStackInSlot

        void setStackInSlot​(int slot,
                            @Nonnull
                            ItemStack stack)
        Overrides the stack in the given slot. This method is used by the standard Forge helper methods and classes. It is not intended for general use by other mods, and the handler may throw an error if it is called unexpectedly.
        Parameters:
        slot - Slot to modify
        stack - ItemStack to set slot to (may be empty).
        Throws:
        java.lang.RuntimeException - if the handler is called in a way that the handler was not expecting.