java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.hooks.protection.Land

public class Land extends Object
  • Constructor Details

    • Land

      public Land(@NotNull @NotNull String id, @NotNull @NotNull Set<UUID> owners)
    • Land

      public Land(@NotNull @NotNull String id, @NotNull @NotNull Set<UUID> owners, @NotNull @NotNull List<Coordinate> coordinates)
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getOwners

      @NotNull public @NotNull Set<UUID> getOwners()
    • getCoordinates

      @NotNull public @NotNull List<Coordinate> getCoordinates()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object