Uses of Class
net.minecraft.entity.ItemEntity
-
Uses of ItemEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return types with arguments of type ItemEntity Modifier and Type Method Description static List<ItemEntity>HopperBlockEntity. getInputItemEntities(World world, Hopper hopper)Methods in net.minecraft.block.entity with parameters of type ItemEntity Modifier and Type Method Description static booleanHopperBlockEntity. 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 ItemEntity Modifier and Type Method Description IdentifierItemEntityRenderer. getTexture(ItemEntity itemEntity)voidItemEntityRenderer. 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 ItemEntity Modifier and Type Field Description static EntityType<ItemEntity>EntityType. ITEMMethods in net.minecraft.entity that return ItemEntity Modifier and Type Method Description ItemEntityItemEntity. copy()@Nullable ItemEntityEntity. dropItem(ItemConvertible item)@Nullable ItemEntityEntity. dropItem(ItemConvertible item, int yOffset)@Nullable ItemEntityEntity. dropStack(ItemStack stack)@Nullable ItemEntityEntity. dropStack(ItemStack stack, float yOffset)Methods in net.minecraft.entity with parameters of type ItemEntity Modifier and Type Method Description private static voidItemEntity. merge(ItemEntity targetEntity, ItemStack targetStack, ItemEntity sourceEntity, ItemStack sourceStack)private static voidItemEntity. merge(ItemEntity targetEntity, ItemStack stack1, ItemStack stack2)voidLivingEntity. triggerItemPickedUpByEntityCriteria(ItemEntity item)Called to trigger advancement criteria when an entity picks up an item thrown by a player.private voidItemEntity. tryMerge(ItemEntity other)Constructors in net.minecraft.entity with parameters of type ItemEntity Constructor Description ItemEntity(ItemEntity entity)Constructor parameters in net.minecraft.entity with type arguments of type ItemEntity Constructor Description ItemEntity(EntityType<? extends ItemEntity> type, World world) -
Uses of ItemEntity in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type ItemEntity Modifier and Type Field Description static 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 ItemEntity Modifier and Type Method Description private ItemEntityWalkToNearestVisibleWantedItemTask. getNearestVisibleWantedItem(E entity) -
Uses of ItemEntity in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return ItemEntity Modifier and Type Method Description ItemEntityAbstractDecorationEntity. dropStack(ItemStack stack, float yOffset) -
Uses of ItemEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type ItemEntity Modifier and Type Method Description private static ItemStackPiglinBrain. getItemFromStack(ItemEntity stack)protected voidMobEntity. loot(ItemEntity item)protected static voidPiglinBrain. loot(PiglinEntity piglin, ItemEntity drop)protected voidPiglinEntity. loot(ItemEntity item)protected voidPillagerEntity. loot(ItemEntity item) -
Uses of ItemEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ItemEntity Modifier and Type Field Description static Predicate<ItemEntity>DolphinEntity. CAN_TAKEprivate static Predicate<ItemEntity>PandaEntity. IS_FOODprivate static Predicate<ItemEntity>FoxEntity. PICKABLE_DROP_FILTERMethods in net.minecraft.entity.passive with parameters of type ItemEntity Modifier and Type Method Description protected voidDolphinEntity. loot(ItemEntity item)protected voidFoxEntity. loot(ItemEntity item)protected voidPandaEntity. loot(ItemEntity item)protected voidVillagerEntity. loot(ItemEntity item) -
Uses of ItemEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ItemEntity Modifier and Type Method Description @Nullable ItemEntityPlayerEntity. dropItem(ItemStack stack, boolean retainOwnership)@Nullable ItemEntityPlayerEntity. dropItem(ItemStack stack, boolean throwRandomly, boolean retainOwnership) -
Uses of ItemEntity in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid with type parameters of type ItemEntity Modifier and Type Field Description private static Predicate<ItemEntity>RaiderEntity. OBTAINABLE_OMINOUS_BANNER_PREDICATEMethods in net.minecraft.entity.raid with parameters of type ItemEntity Modifier and Type Method Description protected voidRaiderEntity. loot(ItemEntity item) -
Uses of ItemEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type ItemEntity Modifier and Type Method Description voidBlockItem. onItemEntityDestroyed(ItemEntity entity)voidBundleItem. onItemEntityDestroyed(ItemEntity entity)voidItem. onItemEntityDestroyed(ItemEntity entity)voidItemStack. onItemEntityDestroyed(ItemEntity entity)static voidItemUsage. spawnItemContents(ItemEntity itemEntity, Stream<ItemStack> contents) -
Uses of ItemEntity in net.minecraft.server.network
Methods in net.minecraft.server.network that return ItemEntity Modifier and Type Method Description ItemEntityServerPlayerEntity. dropItem(ItemStack stack, boolean throwRandomly, boolean retainOwnership) -
Uses of ItemEntity in net.minecraft.test
Methods in net.minecraft.test that return ItemEntity Modifier and Type Method Description ItemEntityStartupParameter. method_35968(Item item, float float2, float float3, float float4)