Package net.minecraftforge.items.wrapper
-
Class Summary Class Description CombinedInvWrapper EmptyHandler EntityArmorInvWrapper Exposes the armor inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.EntityEquipmentInvWrapper Exposes the armor or hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.EntityHandsInvWrapper Exposes the hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.InvWrapper PlayerArmorInvWrapper PlayerInvWrapper PlayerMainInvWrapper Exposes the player inventory WITHOUT the armor inventory as IItemHandler.PlayerOffhandInvWrapper RangedWrapper A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.RecipeWrapper SidedInvWrapper