Package | Description |
---|---|
net.minecraft.tileentity | |
net.minecraftforge.items | |
net.minecraftforge.items.wrapper |
Modifier and Type | Field and Description |
---|---|
private LazyOptional<IItemHandlerModifiable> |
ChestTileEntity.chestHandler |
Modifier and Type | Method and Description |
---|---|
private IItemHandlerModifiable |
ChestTileEntity.createHandler() |
Modifier and Type | Class and Description |
---|---|
class |
ItemStackHandler |
class |
VanillaHopperItemHandler |
Modifier and Type | Class and Description |
---|---|
class |
CombinedInvWrapper |
class |
EmptyHandler |
class |
EntityArmorInvWrapper
Exposes the armor inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
class |
EntityEquipmentInvWrapper
Exposes the armor or hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
class |
EntityHandsInvWrapper
Exposes the hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
class |
InvWrapper |
class |
PlayerArmorInvWrapper |
class |
PlayerInvWrapper |
class |
PlayerMainInvWrapper
Exposes the player inventory WITHOUT the armor inventory as IItemHandler.
|
class |
PlayerOffhandInvWrapper |
class |
RangedWrapper
A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.
|
class |
SidedInvWrapper |
Modifier and Type | Field and Description |
---|---|
private IItemHandlerModifiable |
RangedWrapper.compose |
protected IItemHandlerModifiable |
RecipeWrapper.inv |
protected IItemHandlerModifiable[] |
CombinedInvWrapper.itemHandler |
Modifier and Type | Method and Description |
---|---|
protected IItemHandlerModifiable |
CombinedInvWrapper.getHandlerFromIndex(int index) |
Constructor and Description |
---|
CombinedInvWrapper(IItemHandlerModifiable... itemHandler) |
RangedWrapper(IItemHandlerModifiable compose,
int minSlot,
int maxSlotExclusive) |
RecipeWrapper(IItemHandlerModifiable inv) |