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