Class UUIDMapping

java.lang.Object
com.plotsquared.core.uuid.UUIDMapping

public class UUIDMapping extends Object
A pair consisting of a UUID and a username
  • Constructor Details

    • UUIDMapping

      public UUIDMapping(@NonNull UUID uuid, @NonNull String username)
  • Method Details

    • getUsername

      public @NonNull String getUsername()
    • getUuid

      public @NonNull UUID getUuid()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object