Interface BWPlayer

All Superinterfaces:
org.screamingsandals.lib.utils.Wrapper

@NonExtendable public interface BWPlayer extends org.screamingsandals.lib.utils.Wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Game
     
    @Nullable String
     
     
    boolean
     

    Methods inherited from interface org.screamingsandals.lib.utils.Wrapper

    as, asOptional
  • Method Details

    • getUuid

      UUID getUuid()
    • isSpectator

      boolean isSpectator()
    • getLatestGameName

      @Nullable @Nullable String getLatestGameName()
    • getGame

      @Nullable @Nullable Game getGame()