Uses of Class
net.minecraft.entity.ItemEntity
Packages that use ItemEntity
Package
Description
-
Uses of ItemEntity in net.minecraft.block
Method parameters in net.minecraft.block with type arguments of type ItemEntityModifier and TypeMethodDescriptionprivate static void
Block.dropStack(World world, Supplier<ItemEntity> itemEntitySupplier, ItemStack stack)
-
Uses of ItemEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return types with arguments of type ItemEntityModifier and TypeMethodDescriptionstatic List<ItemEntity>
HopperBlockEntity.getInputItemEntities(World world, Hopper hopper)
Methods in net.minecraft.block.entity with parameters of type ItemEntityModifier and TypeMethodDescriptionstatic boolean
HopperBlockEntity.extract(Inventory inventory, ItemEntity itemEntity)
-
Uses of ItemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ItemEntityModifier and TypeMethodDescriptionItemEntityRenderer.getTexture(ItemEntity itemEntity)
void
ItemEntityRenderer.render(ItemEntity itemEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
-
Uses of ItemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ItemEntityMethods in net.minecraft.entity that return ItemEntityModifier and TypeMethodDescriptionItemEntity.copy()
Entity.dropItem(ItemConvertible item)
Entity.dropItem(ItemConvertible item, int yOffset)
Methods in net.minecraft.entity with parameters of type ItemEntityModifier and TypeMethodDescriptionprivate static void
ItemEntity.merge(ItemEntity targetEntity, ItemStack targetStack, ItemEntity sourceEntity, ItemStack sourceStack)
private static void
ItemEntity.merge(ItemEntity targetEntity, ItemStack stack1, ItemStack stack2)
void
LivingEntity.triggerItemPickedUpByEntityCriteria(ItemEntity item)
Called to trigger advancement criteria when an entity picks up an item thrown by a player.private void
ItemEntity.tryMerge(ItemEntity other)
Constructors in net.minecraft.entity with parameters of type ItemEntityConstructor parameters in net.minecraft.entity with type arguments of type ItemEntity -
Uses of ItemEntity in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type ItemEntityModifier and TypeFieldDescriptionstatic MemoryModuleType<ItemEntity>
MemoryModuleType.NEAREST_VISIBLE_WANTED_ITEM
-
Uses of ItemEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task that return ItemEntityModifier and TypeMethodDescriptionprivate ItemEntity
WalkToNearestVisibleWantedItemTask.getNearestVisibleWantedItem(E entity)
-
Uses of ItemEntity in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return ItemEntityModifier and TypeMethodDescription -
Uses of ItemEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type ItemEntityModifier and TypeMethodDescriptionprivate static ItemStack
PiglinBrain.getItemFromStack(ItemEntity stack)
protected void
MobEntity.loot(ItemEntity item)
protected static void
PiglinBrain.loot(PiglinEntity piglin, ItemEntity drop)
protected void
PiglinEntity.loot(ItemEntity item)
protected void
PillagerEntity.loot(ItemEntity item)
-
Uses of ItemEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ItemEntityModifier and TypeFieldDescriptionstatic Predicate<ItemEntity>
DolphinEntity.CAN_TAKE
(package private) static Predicate<ItemEntity>
PandaEntity.IS_FOOD
(package private) static Predicate<ItemEntity>
FoxEntity.PICKABLE_DROP_FILTER
Methods in net.minecraft.entity.passive with parameters of type ItemEntityModifier and TypeMethodDescriptionprotected void
DolphinEntity.loot(ItemEntity item)
protected void
FoxEntity.loot(ItemEntity item)
protected void
PandaEntity.loot(ItemEntity item)
protected void
VillagerEntity.loot(ItemEntity item)
-
Uses of ItemEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ItemEntityModifier and TypeMethodDescription -
Uses of ItemEntity in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid with type parameters of type ItemEntityModifier and TypeFieldDescription(package private) static Predicate<ItemEntity>
RaiderEntity.OBTAINABLE_OMINOUS_BANNER_PREDICATE
Methods in net.minecraft.entity.raid with parameters of type ItemEntity -
Uses of ItemEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type ItemEntityModifier and TypeMethodDescriptionvoid
BlockItem.onItemEntityDestroyed(ItemEntity entity)
void
BundleItem.onItemEntityDestroyed(ItemEntity entity)
void
Item.onItemEntityDestroyed(ItemEntity entity)
void
ItemStack.onItemEntityDestroyed(ItemEntity entity)
static void
ItemUsage.spawnItemContents(ItemEntity itemEntity, Stream<ItemStack> contents)
-
Uses of ItemEntity in net.minecraft.server.network
Methods in net.minecraft.server.network that return ItemEntityModifier and TypeMethodDescription -
Uses of ItemEntity in net.minecraft.test
Methods in net.minecraft.test that return ItemEntityModifier and TypeMethodDescription