| Package | Description |
|---|---|
| org.cloudburstmc.api.entity | |
| org.cloudburstmc.api.event.entity | |
| org.cloudburstmc.api.event.inventory | |
| org.cloudburstmc.api.level |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<DroppedItem> |
EntityTypes.ITEM |
| 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 |
|---|---|
default DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f position,
ItemStack item) |
default DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f position,
ItemStack item,
com.nukkitx.math.vector.Vector3f motion) |
default DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f position,
ItemStack item,
com.nukkitx.math.vector.Vector3f motion,
boolean dropAround) |
DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f position,
ItemStack item,
com.nukkitx.math.vector.Vector3f motion,
boolean dropAround,
int delay) |
default DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3f position,
ItemStack item,
com.nukkitx.math.vector.Vector3f motion,
int delay) |
default DroppedItem |
Level.dropItem(com.nukkitx.math.vector.Vector3i position,
ItemStack item) |
Copyright © 2021. All rights reserved.