Uses of Class
net.minecraft.entity.item.ItemEntity
-
-
Uses of ItemEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ItemEntity Modifier and Type Method Description ResourceLocationItemRenderer. 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 ItemEntity Modifier and Type Field Description private java.util.Collection<ItemEntity>Entity. captureDropsstatic EntityType<ItemEntity>EntityType. ITEMMethods in net.minecraft.entity that return ItemEntity Modifier and Type Method Description ItemEntityEntity. spawnAtLocation(ItemStack p_199701_1_)ItemEntityEntity. spawnAtLocation(ItemStack p_70099_1_, float p_70099_2_)ItemEntityEntity. spawnAtLocation(IItemProvider p_199703_1_)ItemEntityEntity. spawnAtLocation(IItemProvider p_199702_1_, int p_199702_2_)Methods in net.minecraft.entity that return types with arguments of type ItemEntity Modifier and Type Method Description java.util.Collection<ItemEntity>Entity. captureDrops()java.util.Collection<ItemEntity>Entity. captureDrops(java.util.Collection<ItemEntity> value)Methods in net.minecraft.entity with parameters of type ItemEntity Modifier and Type Method Description voidLivingEntity. onItemPickup(ItemEntity p_233630_1_)protected voidMobEntity. pickUpItem(ItemEntity p_175445_1_)Method parameters in net.minecraft.entity with type arguments of type ItemEntity Modifier and Type Method Description java.util.Collection<ItemEntity>Entity. captureDrops(java.util.Collection<ItemEntity> value) -
Uses of ItemEntity in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory 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 ItemEntityPickupWantedItemTask. getClosestLovedItem(E p_233909_1_) -
Uses of ItemEntity in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return ItemEntity Modifier and Type Method Description ItemEntityItemEntity. copy()ItemEntityHangingEntity. spawnAtLocation(ItemStack p_70099_1_, float p_70099_2_)Methods in net.minecraft.entity.item with parameters of type ItemEntity Modifier and Type Method Description private 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 ItemEntity Constructor Description ItemEntity(ItemEntity p_i231561_1_)Constructor parameters in net.minecraft.entity.item with type arguments of type ItemEntity Constructor Description ItemEntity(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 ItemEntity Modifier and Type Method Description protected 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 ItemEntity Modifier and Type Field Description private static java.util.function.Predicate<ItemEntity>AbstractRaiderEntity. ALLOWED_ITEMSMethods in net.minecraft.entity.monster with parameters of type ItemEntity Modifier and Type Method Description protected 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 ItemEntity Modifier and Type Method Description protected 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 ItemEntity Modifier and Type Field Description static java.util.function.Predicate<ItemEntity>DolphinEntity. ALLOWED_ITEMSprivate static java.util.function.Predicate<ItemEntity>FoxEntity. ALLOWED_ITEMSprivate static java.util.function.Predicate<ItemEntity>PandaEntity. PANDA_ITEMSMethods in net.minecraft.entity.passive with parameters of type ItemEntity Modifier and Type Method Description protected 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 ItemEntity Modifier and Type Method Description ItemEntityPlayerEntity. drop(ItemStack p_71019_1_, boolean p_71019_2_)ItemEntityPlayerEntity. drop(ItemStack p_146097_1_, boolean p_146097_2_, boolean p_146097_3_)ItemEntityServerPlayerEntity. drop(ItemStack p_146097_1_, boolean p_146097_2_, boolean p_146097_3_) -
Uses of ItemEntity in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return types with arguments of type ItemEntity Modifier and Type Method Description static java.util.List<ItemEntity>HopperTileEntity. getItemsAtAndAbove(IHopper p_200115_0_)Methods in net.minecraft.tileentity with parameters of type ItemEntity Modifier and Type Method Description static booleanHopperTileEntity. addItem(IInventory p_200114_0_, ItemEntity p_200114_1_) -
Uses of ItemEntity in net.minecraftforge.common
Methods in net.minecraftforge.common that return ItemEntity Modifier and Type Method Description static ItemEntityForgeHooks. onPlayerTossEvent(PlayerEntity player, ItemStack item, boolean includeName)Method parameters in net.minecraftforge.common with type arguments of type ItemEntity Modifier and Type Method Description static booleanForgeHooks. onLivingDrops(LivingEntity entity, DamageSource source, java.util.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 ItemEntity Modifier and Type Method Description java.util.Collection<ItemEntity>IForgeEntity. captureDrops()java.util.Collection<ItemEntity>IForgeEntity. captureDrops(java.util.Collection<ItemEntity> captureDrops)Methods in net.minecraftforge.common.extensions with parameters of type ItemEntity Modifier and Type Method Description default 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 Modifier and Type Method Description java.util.Collection<ItemEntity>IForgeEntity. captureDrops(java.util.Collection<ItemEntity> captureDrops) -
Uses of ItemEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ItemEntity Modifier and Type Method Description static 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 ItemEntity Modifier and Type Field Description private ItemEntityItemEvent. entityItemMethods in net.minecraftforge.event.entity.item that return ItemEntity Modifier and Type Method Description ItemEntityItemEvent. getEntityItem()The relevant EntityItem for this event, already cast for you.Constructors in net.minecraftforge.event.entity.item with parameters of type ItemEntity Constructor Description ItemEvent(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 ItemEntity Modifier and Type Field Description private java.util.Collection<ItemEntity>LivingDropsEvent. dropsMethods in net.minecraftforge.event.entity.living that return types with arguments of type ItemEntity Modifier and Type Method Description java.util.Collection<ItemEntity>LivingDropsEvent. getDrops()Constructor parameters in net.minecraftforge.event.entity.living with type arguments of type ItemEntity Constructor Description LivingDropsEvent(LivingEntity entity, DamageSource source, java.util.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 ItemEntity Modifier and Type Field Description private ItemEntityEntityItemPickupEvent. itemprivate ItemEntityPlayerEvent.ItemPickupEvent. originalEntityOriginal EntityItem with current remaining stack sizeMethods in net.minecraftforge.event.entity.player that return ItemEntity Modifier and Type Method Description ItemEntityEntityItemPickupEvent. getItem()ItemEntityPlayerEvent.ItemPickupEvent. getOriginalEntity()Constructors in net.minecraftforge.event.entity.player with parameters of type ItemEntity Constructor Description EntityItemPickupEvent(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 ItemEntity Modifier and Type Method Description static voidBasicEventHooks. firePlayerItemPickupEvent(PlayerEntity player, ItemEntity item, ItemStack clone)
-