Uses of Interface
net.minecraft.entity.InventoryOwner
Packages that use InventoryOwner
Package
Description
- 
Uses of InventoryOwner in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type InventoryOwnerModifier and TypeMethodDescriptionstatic voidInventoryOwner.pickUpItem(ServerWorld world, MobEntity entity, InventoryOwner inventoryOwner, ItemEntity item)  - 
Uses of InventoryOwner in net.minecraft.entity.ai.brain.task
Classes in net.minecraft.entity.ai.brain.task with type parameters of type InventoryOwnerModifier and TypeClassDescriptionclassGiveInventoryToLookTargetTask<E extends LivingEntity & InventoryOwner> - 
Uses of InventoryOwner in net.minecraft.entity.mob
Classes in net.minecraft.entity.mob that implement InventoryOwner - 
Uses of InventoryOwner in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement InventoryOwnerModifier and TypeClassDescriptionclassclassclassclass - 
Uses of InventoryOwner in net.minecraft.test
Methods in net.minecraft.test with type parameters of type InventoryOwnerModifier and TypeMethodDescription<E extends Entity & InventoryOwner>
voidTestContext.expectEntityWithItem(BlockPos pos, EntityType<E> entityType, Item item)