Package net.minecraftforge.items.wrapper
package net.minecraftforge.items.wrapper
-
Class SummaryClassDescriptionExposes the armor inventory of an
LivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).Exposes the armor or hands inventory of anLivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).Exposes the hands inventory of anLivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).Exposes the player inventory WITHOUT the armor inventory as IItemHandler.A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.