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

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

    • getInput

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

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

      @NotNull public static @NotNull HandlerList getHandlerList()