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

    • PlayerInputEvent

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

    • getInput

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

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

      @NotNull public static HandlerList getHandlerList()