Class PlayerStartFlyingEvent

java.lang.Object
net.minestom.server.event.Event
net.minestom.server.event.player.PlayerStartFlyingEvent

public class PlayerStartFlyingEvent
extends Event
Called when a player start flying.
  • Constructor Summary

    Constructors 
    Constructor Description
    PlayerStartFlyingEvent​(Player player)  
  • Method Summary

    Modifier and Type Method Description
    Player getPlayer()
    Gets the player who started flying.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait