Class PlexPlayer

java.lang.Object
dev.plex.player.PlexPlayer

public class PlexPlayer extends Object
  • Field Details

    • uuid

      @NotNull private @NotNull UUID uuid
    • name

      @NotNull private @NotNull String name
    • loginMessage

      private String loginMessage
    • prefix

      private String prefix
    • staffChat

      private boolean staffChat
    • vanished

      private boolean vanished
    • commandSpy

      private boolean commandSpy
    • frozen

      private transient boolean frozen
    • muted

      private transient boolean muted
    • lockedUp

      private transient boolean lockedUp
    • coins

      private long coins
    • ips

      private List<String> ips
    • punishments

      private List<Punishment> punishments
    • notes

      private List<Note> notes
  • Constructor Details

    • PlexPlayer

      public PlexPlayer()
    • PlexPlayer

      public PlexPlayer (UUID playerUUID, boolean loadPunishments)
    • PlexPlayer

      public PlexPlayer (UUID playerUUID)
  • Method Details

    • displayName

      public String displayName()
    • checkMutesAndFreeze

      public void checkMutesAndFreeze()
    • loadPunishments

      public void loadPunishments()
    • loadNotes

      public void loadNotes()
    • toJSON

      public String toJSON()
    • getPlayer

      public org.bukkit.entity.Player getPlayer()