Uses of Interface
net.minecraft.world.entity.npc.InventoryCarrier
Packages that use InventoryCarrier
Package
Description
-
Uses of InventoryCarrier in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with type parameters of type InventoryCarrierModifier and TypeMethodDescription<E extends Entity & InventoryCarrier>
voidGameTestHelper.assertEntityInventoryContains
(BlockPos p_263495_, EntityType<E> p_263521_, Item p_263502_) -
Uses of InventoryCarrier in net.minecraft.world.entity.ai.behavior
Classes in net.minecraft.world.entity.ai.behavior with type parameters of type InventoryCarrierModifier and TypeClassDescriptionclass
GoAndGiveItemsToTarget<E extends LivingEntity & InventoryCarrier>
-
Uses of InventoryCarrier in net.minecraft.world.entity.animal.allay
Classes in net.minecraft.world.entity.animal.allay that implement InventoryCarrier -
Uses of InventoryCarrier in net.minecraft.world.entity.monster
Classes in net.minecraft.world.entity.monster that implement InventoryCarrier -
Uses of InventoryCarrier in net.minecraft.world.entity.monster.piglin
Classes in net.minecraft.world.entity.monster.piglin that implement InventoryCarrier -
Uses of InventoryCarrier in net.minecraft.world.entity.npc
Classes in net.minecraft.world.entity.npc that implement InventoryCarrierMethods in net.minecraft.world.entity.npc with parameters of type InventoryCarrierModifier and TypeMethodDescriptionstatic void
InventoryCarrier.pickUpItem
(Mob p_219612_, InventoryCarrier p_219613_, ItemEntity p_219614_)