Uses of Interface
org.bukkit.entity.Item
Packages that use Item
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Item in org.bukkit
Methods in org.bukkit that return ItemModifier and TypeMethodDescriptionDrops an item at the specifiedLocation
Drops an item at the specifiedLocation
Note that functions will run before the entity is spawnedWorld.dropItemNaturally
(Location location, ItemStack item) Drops an item at the specifiedLocation
with a random offsetWorld.dropItemNaturally
(Location location, ItemStack item, Consumer<Item> function) Drops an item at the specifiedLocation
with a random offset Note that functions will run before the entity is spawnedMethod parameters in org.bukkit with type arguments of type ItemModifier and TypeMethodDescriptionDrops an item at the specifiedLocation
Note that functions will run before the entity is spawnedWorld.dropItemNaturally
(Location location, ItemStack item, Consumer<Item> function) Drops an item at the specifiedLocation
with a random offset Note that functions will run before the entity is spawned -
Uses of Item in org.bukkit.event.block
Methods in org.bukkit.event.block that return types with arguments of type ItemModifier and TypeMethodDescriptionBlockDropItemEvent.getItems()
Gets list of the Item drops caused by the block break.Constructor parameters in org.bukkit.event.block with type arguments of type ItemModifierConstructorDescriptionBlockDropItemEvent
(Block block, BlockState blockState, Player player, List<Item> items) -
Uses of Item in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return ItemModifier and TypeMethodDescriptionItemDespawnEvent.getEntity()
ItemMergeEvent.getEntity()
ItemSpawnEvent.getEntity()
EntityPickupItemEvent.getItem()
Gets the Item picked up by the entity.EntityDropItemEvent.getItemDrop()
Gets the Item created by the entityItemMergeEvent.getTarget()
Gets the Item entity the main Item is being merged into.Constructors in org.bukkit.event.entity with parameters of type ItemModifierConstructorDescriptionEntityDropItemEvent
(Entity entity, Item drop) EntityPickupItemEvent
(LivingEntity entity, Item item, int remaining) ItemDespawnEvent
(Item despawnee, Location loc) ItemMergeEvent
(Item item, Item target) ItemSpawnEvent
(Item spawnee) ItemSpawnEvent
(Item spawnee, Location loc) Deprecated. -
Uses of Item in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return ItemModifier and TypeMethodDescriptionInventoryPickupItemEvent.getItem()
Gets the Item entity that was picked upConstructors in org.bukkit.event.inventory with parameters of type Item -
Uses of Item in org.bukkit.event.player
Methods in org.bukkit.event.player that return ItemModifier and TypeMethodDescriptionPlayerPickupItemEvent.getItem()
Deprecated.Gets the Item picked up by the player.PlayerDropItemEvent.getItemDrop()
Gets the ItemDrop created by the playerConstructors in org.bukkit.event.player with parameters of type ItemModifierConstructorDescriptionPlayerDropItemEvent
(Player player, Item drop) PlayerPickupArrowEvent
(Player player, Item item, AbstractArrow arrow) PlayerPickupItemEvent
(Player player, Item item, int remaining) Deprecated.