Class PlayerInputEvent


@Experimental public class PlayerInputEvent extends PlayerEvent
This event is called when a player sends updated input to the server.
See Also:
  • Constructor Details Link icon

    • PlayerInputEvent Link icon

      public PlayerInputEvent(@NotNull Player player, @NotNull Input input)
  • Method Details Link icon

    • getInput Link icon

      @NotNull public Input getInput()
      Gets the new input received from this player.
      Returns:
      the new input
    • getHandlers Link icon

      @NotNull public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList Link icon

      @NotNull public static HandlerList getHandlerList()