| Package | Description |
|---|---|
| org.cloudburstmc.api.blockentity | |
| org.cloudburstmc.api.event.block |
| Modifier and Type | Field and Description |
|---|---|
static BlockEntityType<Lectern> |
BlockEntityTypes.LECTERN |
| Modifier and Type | Method and Description |
|---|---|
Lectern |
LecternDropBookEvent.getLectern() |
Lectern |
LecternPlaceBookEvent.getLectern() |
Lectern |
LecternPageChangeEvent.getLectern() |
| Constructor and Description |
|---|
LecternDropBookEvent(Player player,
Lectern lectern,
ItemStack book) |
LecternPageChangeEvent(Player player,
Lectern lectern,
int newPage) |
LecternPlaceBookEvent(Player player,
Lectern lectern,
ItemStack book) |
Copyright © 2021. All rights reserved.