java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.block.BlockEvent
org.cloudburstmc.api.event.block.LecternPageChangeEvent
- All Implemented Interfaces:
Cancellable
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.block.BlockEvent
block -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintvoidsetLeftPage(int newLeftPage)voidsetNewRawPage(int newRawPage)voidsetRightPage(int newRightPage)Methods inherited from class org.cloudburstmc.api.event.block.BlockEvent
getBlockMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
LecternPageChangeEvent
-
-
Method Details
-
getLectern
-
getLeftPage
public int getLeftPage() -
setLeftPage
public void setLeftPage(int newLeftPage) -
getRightPage
public int getRightPage() -
setRightPage
public void setRightPage(int newRightPage) -
getNewRawPage
public int getNewRawPage() -
setNewRawPage
public void setNewRawPage(int newRawPage) -
getMaxPage
public int getMaxPage() -
getPlayer
-