Java net.minecraftforge.items IItemHandlerModifiable fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.items IItemHandlerModifiable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.items IItemHandlerModifiable.

The text is from its open source code.

Implementation

net.minecraftforge.items.IItemHandlerModifiable has the following implementations.
Click this link to see all its implementation.

Method

intgetSlots()
Returns the number of slots available
ItemStackgetStackInSlot(int slot)
Returns the ItemStack in a given slot.
voidsetStackInSlot(int slot, @Nonnull ItemStack stack)
Overrides the stack in the given slot.