Uses of Class
net.minecraft.entity.item.ItemEntity
Packages that use ItemEntity
Package
Description
-
Uses of ItemEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ItemEntityModifier and TypeMethodDescriptionItemRenderer.getTextureLocation(ItemEntity p_110775_1_) voidItemRenderer.render(ItemEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) -
Uses of ItemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ItemEntityModifier and TypeFieldDescriptionprivate Collection<ItemEntity>Entity.captureDropsstatic final EntityType<ItemEntity>EntityType.ITEMMethods in net.minecraft.entity that return ItemEntityModifier and TypeMethodDescriptionEntity.spawnAtLocation(ItemStack p_199701_1_) Entity.spawnAtLocation(ItemStack p_70099_1_, float p_70099_2_) Entity.spawnAtLocation(IItemProvider p_199703_1_) Entity.spawnAtLocation(IItemProvider p_199702_1_, int p_199702_2_) Methods in net.minecraft.entity that return types with arguments of type ItemEntityModifier and TypeMethodDescriptionEntity.captureDrops()Entity.captureDrops(Collection<ItemEntity> value) Methods in net.minecraft.entity with parameters of type ItemEntityModifier and TypeMethodDescriptionvoidLivingEntity.onItemPickup(ItemEntity p_233630_1_) protected voidMobEntity.pickUpItem(ItemEntity p_175445_1_) Method parameters in net.minecraft.entity with type arguments of type ItemEntity -
Uses of ItemEntity in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type ItemEntityModifier and TypeFieldDescriptionstatic final 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 ItemEntityPickupWantedItemTask.getClosestLovedItem(E p_233909_1_) -
Uses of ItemEntity in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return ItemEntityModifier and TypeMethodDescriptionItemEntity.copy()HangingEntity.spawnAtLocation(ItemStack p_70099_1_, float p_70099_2_) Methods in net.minecraft.entity.item with parameters of type ItemEntityModifier and TypeMethodDescriptionprivate static voidItemEntity.merge(ItemEntity p_213858_0_, ItemStack p_213858_1_, ItemEntity p_213858_2_, ItemStack p_213858_3_) private static voidItemEntity.merge(ItemEntity p_226531_0_, ItemStack p_226531_1_, ItemStack p_226531_2_) private voidItemEntity.tryToMerge(ItemEntity p_226530_1_) Constructors in net.minecraft.entity.item with parameters of type ItemEntityConstructor parameters in net.minecraft.entity.item with type arguments of type ItemEntityModifierConstructorDescriptionItemEntity(EntityType<? extends ItemEntity> p_i50217_1_, World p_i50217_2_) -
Uses of ItemEntity in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type ItemEntityModifier and TypeMethodDescriptionprotected voidVillagerEntity.pickUpItem(ItemEntity p_175445_1_) -
Uses of ItemEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type ItemEntityModifier and TypeFieldDescriptionprivate static final Predicate<ItemEntity>AbstractRaiderEntity.ALLOWED_ITEMSMethods in net.minecraft.entity.monster with parameters of type ItemEntityModifier and TypeMethodDescriptionprotected voidAbstractRaiderEntity.pickUpItem(ItemEntity p_175445_1_) protected voidPillagerEntity.pickUpItem(ItemEntity p_175445_1_) -
Uses of ItemEntity in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type ItemEntityModifier and TypeMethodDescriptionprotected voidPiglinEntity.pickUpItem(ItemEntity p_175445_1_) protected static voidPiglinTasks.pickUpItem(PiglinEntity p_234470_0_, ItemEntity p_234470_1_) private static ItemStackPiglinTasks.removeOneItemFromItemEntity(ItemEntity p_234465_0_) -
Uses of ItemEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ItemEntityModifier and TypeFieldDescriptionstatic final Predicate<ItemEntity>DolphinEntity.ALLOWED_ITEMSprivate static final Predicate<ItemEntity>FoxEntity.ALLOWED_ITEMSprivate static final Predicate<ItemEntity>PandaEntity.PANDA_ITEMSMethods in net.minecraft.entity.passive with parameters of type ItemEntityModifier and TypeMethodDescriptionprotected voidDolphinEntity.pickUpItem(ItemEntity p_175445_1_) protected voidFoxEntity.pickUpItem(ItemEntity p_175445_1_) protected voidPandaEntity.pickUpItem(ItemEntity p_175445_1_) -
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.tileentity
Methods in net.minecraft.tileentity that return types with arguments of type ItemEntityModifier and TypeMethodDescriptionstatic List<ItemEntity>HopperTileEntity.getItemsAtAndAbove(IHopper p_200115_0_) Methods in net.minecraft.tileentity with parameters of type ItemEntityModifier and TypeMethodDescriptionstatic booleanHopperTileEntity.addItem(IInventory p_200114_0_, ItemEntity p_200114_1_) -
Uses of ItemEntity in net.minecraftforge.common
Methods in net.minecraftforge.common that return ItemEntityModifier and TypeMethodDescriptionstatic ItemEntityForgeHooks.onPlayerTossEvent(PlayerEntity player, ItemStack item, boolean includeName) Method parameters in net.minecraftforge.common with type arguments of type ItemEntityModifier and TypeMethodDescriptionstatic booleanForgeHooks.onLivingDrops(LivingEntity entity, DamageSource source, Collection<ItemEntity> drops, int lootingLevel, boolean recentlyHit) -
Uses of ItemEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return types with arguments of type ItemEntityModifier and TypeMethodDescriptionIForgeEntity.captureDrops()IForgeEntity.captureDrops(Collection<ItemEntity> captureDrops) Methods in net.minecraftforge.common.extensions with parameters of type ItemEntityModifier and TypeMethodDescriptiondefault booleanIForgeItem.onEntityItemUpdate(ItemStack stack, ItemEntity entity) Called by the default implemetation of EntityItem's onUpdate method, allowing for cleaner control over the update of the item without having to write a subclass.default booleanIForgeItemStack.onEntityItemUpdate(ItemEntity entity) Called by the default implemetation of EntityItem's onUpdate method, allowing for cleaner control over the update of the item without having to write a subclass.Method parameters in net.minecraftforge.common.extensions with type arguments of type ItemEntity -
Uses of ItemEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ItemEntityModifier and TypeMethodDescriptionstatic intForgeEventFactory.onItemExpire(ItemEntity entity, ItemStack item) static intForgeEventFactory.onItemPickup(ItemEntity entityItem, PlayerEntity player) -
Uses of ItemEntity in net.minecraftforge.event.entity.item
Fields in net.minecraftforge.event.entity.item declared as ItemEntityMethods in net.minecraftforge.event.entity.item that return ItemEntityModifier and TypeMethodDescriptionItemEvent.getEntityItem()The relevant EntityItem for this event, already cast for you.Constructors in net.minecraftforge.event.entity.item with parameters of type ItemEntityModifierConstructorDescriptionItemEvent(ItemEntity itemEntity) Creates a new event for an EntityItem.ItemExpireEvent(ItemEntity entityItem, int extraLife) Creates a new event for an expiring EntityItem.ItemTossEvent(ItemEntity entityItem, PlayerEntity player) Creates a new event for EntityItems tossed by a player. -
Uses of ItemEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living with type parameters of type ItemEntityMethods in net.minecraftforge.event.entity.living that return types with arguments of type ItemEntityConstructor parameters in net.minecraftforge.event.entity.living with type arguments of type ItemEntityModifierConstructorDescriptionLivingDropsEvent(LivingEntity entity, DamageSource source, Collection<ItemEntity> drops, int lootingLevel, boolean recentlyHit) -
Uses of ItemEntity in net.minecraftforge.event.entity.player
Fields in net.minecraftforge.event.entity.player declared as ItemEntityModifier and TypeFieldDescriptionprivate final ItemEntityEntityItemPickupEvent.itemprivate final ItemEntityPlayerEvent.ItemPickupEvent.originalEntityOriginal EntityItem with current remaining stack sizeMethods in net.minecraftforge.event.entity.player that return ItemEntityModifier and TypeMethodDescriptionEntityItemPickupEvent.getItem()PlayerEvent.ItemPickupEvent.getOriginalEntity()Constructors in net.minecraftforge.event.entity.player with parameters of type ItemEntityModifierConstructorDescriptionEntityItemPickupEvent(PlayerEntity player, ItemEntity item) ItemPickupEvent(PlayerEntity player, ItemEntity entPickedUp, ItemStack stack) -
Uses of ItemEntity in net.minecraftforge.fml.hooks
Methods in net.minecraftforge.fml.hooks with parameters of type ItemEntityModifier and TypeMethodDescriptionstatic voidBasicEventHooks.firePlayerItemPickupEvent(PlayerEntity player, ItemEntity item, ItemStack clone)