Uses of Package
net.minecraftforge.items.wrapper
Packages that use net.minecraftforge.items.wrapper
-
Classes in net.minecraftforge.items.wrapper used by net.minecraftforge.items
-
Classes in net.minecraftforge.items.wrapper used by net.minecraftforge.items.wrapperClassDescriptionExposes the armor or hands inventory of an
LivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.