Class PlayerClientOptionsChangeEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
com.destroystokyo.paper.event.player.PlayerClientOptionsChangeEvent

@NullMarked public class PlayerClientOptionsChangeEvent extends PlayerEvent
Called when the player changes their client settings
  • Constructor Details

  • Method Details

    • getLocale

      public String getLocale()
    • hasLocaleChanged

      public boolean hasLocaleChanged()
    • getViewDistance

      public int getViewDistance()
    • hasViewDistanceChanged

      public boolean hasViewDistanceChanged()
    • getChatVisibility

      public ClientOption.ChatVisibility getChatVisibility()
    • hasChatVisibilityChanged

      public boolean hasChatVisibilityChanged()
    • hasChatColorsEnabled

      public boolean hasChatColorsEnabled()
    • hasChatColorsEnabledChanged

      public boolean hasChatColorsEnabledChanged()
    • getSkinParts

      public SkinParts getSkinParts()
    • hasSkinPartsChanged

      public boolean hasSkinPartsChanged()
    • getMainHand

      public MainHand getMainHand()
    • hasMainHandChanged

      public boolean hasMainHandChanged()
    • allowsServerListings

      public boolean allowsServerListings()
    • hasAllowServerListingsChanged

      public boolean hasAllowServerListingsChanged()
    • hasTextFilteringEnabled

      public boolean hasTextFilteringEnabled()
    • hasTextFilteringChanged

      public boolean hasTextFilteringChanged()
    • getHandlers

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

      public static HandlerList getHandlerList()