Interface Identifiable

All Known Subinterfaces:
Actor, Player, SessionKey
All Known Implementing Classes:
AbstractNonPlayerActor, AbstractPlayerActor, AsyncPlayer, LocationMaskedPlayerWrapper, PlayerProxy, SilentPlayerWrapper

public interface Identifiable
Represents an object that can be identified by a UUID.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final UUID
     
    static final UUID
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the UUID for this object.
  • Field Details

    • CONSOLE

      static final UUID CONSOLE
    • EVERYONE

      static final UUID EVERYONE
  • Method Details

    • getUniqueId

      UUID getUniqueId()
      Get the UUID for this object.
      Returns:
      the UUID