Package | Description |
---|---|
io.papermc.paper.event.player | |
org.bukkit.event.player | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Lectern |
PlayerLecternPageChangeEvent.getLectern()
Gets the lectern involved.
|
Constructor and Description |
---|
PlayerLecternPageChangeEvent(@NotNull Player player,
@NotNull Lectern lectern,
@NotNull ItemStack book,
@NotNull PlayerLecternPageChangeEvent.PageChangeDirection pageChangeDirection,
int oldPage,
int newPage) |
Modifier and Type | Method and Description |
---|---|
@NotNull Lectern |
PlayerTakeLecternBookEvent.getLectern()
Gets the lectern involved.
|
Constructor and Description |
---|
PlayerTakeLecternBookEvent(@NotNull Player who,
@NotNull Lectern lectern) |
Modifier and Type | Method and Description |
---|---|
@Nullable Lectern |
LecternInventory.getHolder() |
Copyright © 2021. All rights reserved.