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 ResourceLocation
ItemRenderer. getTextureLocation(ItemEntity p_110775_1_)
void
ItemRenderer. 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. captureDrops
static EntityType<ItemEntity>
EntityType. ITEM
Methods in net.minecraft.entity that return ItemEntity Modifier and Type Method Description ItemEntity
Entity. spawnAtLocation(ItemStack p_199701_1_)
ItemEntity
Entity. spawnAtLocation(ItemStack p_70099_1_, float p_70099_2_)
ItemEntity
Entity. spawnAtLocation(IItemProvider p_199703_1_)
ItemEntity
Entity. 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 void
LivingEntity. onItemPickup(ItemEntity p_233630_1_)
protected void
MobEntity. 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 ItemEntity
PickupWantedItemTask. 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 ItemEntity
ItemEntity. copy()
ItemEntity
HangingEntity. 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 void
ItemEntity. merge(ItemEntity p_213858_0_, ItemStack p_213858_1_, ItemEntity p_213858_2_, ItemStack p_213858_3_)
private static void
ItemEntity. merge(ItemEntity p_226531_0_, ItemStack p_226531_1_, ItemStack p_226531_2_)
private void
ItemEntity. 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 void
VillagerEntity. 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_ITEMS
Methods in net.minecraft.entity.monster with parameters of type ItemEntity Modifier and Type Method Description protected void
AbstractRaiderEntity. pickUpItem(ItemEntity p_175445_1_)
protected void
PillagerEntity. 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 void
PiglinEntity. pickUpItem(ItemEntity p_175445_1_)
protected static void
PiglinTasks. pickUpItem(PiglinEntity p_234470_0_, ItemEntity p_234470_1_)
private static ItemStack
PiglinTasks. 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_ITEMS
private static java.util.function.Predicate<ItemEntity>
FoxEntity. ALLOWED_ITEMS
private static java.util.function.Predicate<ItemEntity>
PandaEntity. PANDA_ITEMS
Methods in net.minecraft.entity.passive with parameters of type ItemEntity Modifier and Type Method Description protected void
DolphinEntity. pickUpItem(ItemEntity p_175445_1_)
protected void
FoxEntity. pickUpItem(ItemEntity p_175445_1_)
protected void
PandaEntity. 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 ItemEntity
PlayerEntity. drop(ItemStack p_71019_1_, boolean p_71019_2_)
ItemEntity
PlayerEntity. drop(ItemStack p_146097_1_, boolean p_146097_2_, boolean p_146097_3_)
ItemEntity
ServerPlayerEntity. 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 boolean
HopperTileEntity. 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 ItemEntity
ForgeHooks. 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 boolean
ForgeHooks. 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 boolean
IForgeItem. 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 boolean
IForgeItemStack. 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 int
ForgeEventFactory. onItemExpire(ItemEntity entity, ItemStack item)
static int
ForgeEventFactory. 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 ItemEntity
ItemEvent. entityItem
Methods in net.minecraftforge.event.entity.item that return ItemEntity Modifier and Type Method Description ItemEntity
ItemEvent. 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. drops
Methods 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 ItemEntity
EntityItemPickupEvent. item
private ItemEntity
PlayerEvent.ItemPickupEvent. originalEntity
Original EntityItem with current remaining stack sizeMethods in net.minecraftforge.event.entity.player that return ItemEntity Modifier and Type Method Description ItemEntity
EntityItemPickupEvent. getItem()
ItemEntity
PlayerEvent.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 void
BasicEventHooks. firePlayerItemPickupEvent(PlayerEntity player, ItemEntity item, ItemStack clone)
-