| Modifier and Type | Field and Description |
|---|---|
static EntityType<DroppedItem> |
EntityTypes.ITEM |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDroppedItem |
| Constructor and Description |
|---|
EntityDroppedItem(EntityType<DroppedItem> type,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
DroppedItem |
ItemDespawnEvent.getEntity() |
DroppedItem |
ItemSpawnEvent.getEntity() |
| Constructor and Description |
|---|
ItemDespawnEvent(DroppedItem item) |
ItemSpawnEvent(DroppedItem item) |
| Modifier and Type | Method and Description |
|---|---|
DroppedItem |
InventoryPickupItemEvent.getItem() |
| Constructor and Description |
|---|
InventoryPickupItemEvent(Inventory inventory,
DroppedItem item) |
| Modifier and Type | Method and Description |
|---|---|
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f source,
Item item) |
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f source,
Item item,
com.nukkitx.math.vector.Vector3f motion) |
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f source,
Item item,
com.nukkitx.math.vector.Vector3f motion,
boolean dropAround,
int delay) |
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f source,
Item item,
com.nukkitx.math.vector.Vector3f motion,
int delay) |
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3i source,
Item item) |
Copyright © 2020. All rights reserved.