Uses of Interface
org.bukkit.entity.Item
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.block | |
org.bukkit.event.entity | |
org.bukkit.event.inventory | |
org.bukkit.event.player |
-
Uses of Item in org.bukkit
-
Uses of Item in org.bukkit.event.block
Methods in org.bukkit.event.block that return types with arguments of type Item Modifier and Type Method Description List<Item>
BlockDropItemEvent. getItems()
Gets list of the Item drops caused by the block break.Constructor parameters in org.bukkit.event.block with type arguments of type Item Constructor Description BlockDropItemEvent(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 Item Modifier and Type Method Description Item
ItemDespawnEvent. getEntity()
Item
ItemMergeEvent. getEntity()
Item
ItemSpawnEvent. getEntity()
Item
EntityPickupItemEvent. getItem()
Gets the Item picked up by the entity.Item
EntityDropItemEvent. getItemDrop()
Gets the Item created by the entityItem
ItemMergeEvent. getTarget()
Gets the Item entity the main Item is being merged into.Constructors in org.bukkit.event.entity with parameters of type Item Constructor Description EntityDropItemEvent(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 Item Modifier and Type Method Description Item
InventoryPickupItemEvent. getItem()
Gets the Item entity that was picked upConstructors in org.bukkit.event.inventory with parameters of type Item Constructor Description InventoryPickupItemEvent(Inventory inventory, Item item)
-
Uses of Item in org.bukkit.event.player
Methods in org.bukkit.event.player that return Item Modifier and Type Method Description Item
PlayerPickupItemEvent. getItem()
Deprecated.Gets the Item picked up by the player.Item
PlayerDropItemEvent. getItemDrop()
Gets the ItemDrop created by the playerConstructors in org.bukkit.event.player with parameters of type Item Constructor Description PlayerDropItemEvent(Player player, Item drop)
PlayerPickupArrowEvent(Player player, Item item, AbstractArrow arrow)
PlayerPickupItemEvent(Player player, Item item, int remaining)
Deprecated.