Class PlayerLeaveBedEvent
java.lang.Object
net.minestom.server.event.player.PlayerLeaveBedEvent
- All Implemented Interfaces:
Event, CancellableEvent, EntityEvent, EntityInstanceEvent, InstanceEvent, PlayerEvent, PlayerInstanceEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the player.booleanGets if theEventshould be cancelled or not.voidsetCancelled(boolean cancelled) Marks theEventas cancelled or not.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityInstanceEvent
getInstanceMethods inherited from interface PlayerEvent
getEntity
-
Constructor Details
-
PlayerLeaveBedEvent
-
-
Method Details
-
setCancelled
public void setCancelled(boolean cancelled) Description copied from interface:CancellableEventMarks theEventas cancelled or not.- Specified by:
setCancelledin interfaceCancellableEvent- Parameters:
cancelled- true if the event should be cancelled, false otherwise
-
isCancelled
public boolean isCancelled()Description copied from interface:CancellableEventGets if theEventshould be cancelled or not.- Specified by:
isCancelledin interfaceCancellableEvent- Returns:
- true if the event should be cancelled
-
getPlayer
Description copied from interface:PlayerEventGets the player.- Specified by:
getPlayerin interfacePlayerEvent- Returns:
- the player
-