Class FabledSkyblock

java.lang.Object
xyz.geik.farmer.integrations.Integrations
xyz.geik.farmer.integrations.fabledskyblock.FabledSkyblock

public class FabledSkyblock extends Integrations
FabledSkyblock integration interface class
Author:
mehmet-27
  • Constructor Details

    • FabledSkyblock

      public FabledSkyblock()
      Integrations#super calls here Constructor for abstract class
  • Method Details

    • getOwnerUUID

      public UUID getOwnerUUID(String regionID)
      Get owner UUID of region
      Specified by:
      getOwnerUUID in class Integrations
      Parameters:
      regionID - id of region
      Returns:
      UUID owner uuid
    • getOwnerUUID

      public UUID getOwnerUUID(org.bukkit.Location location)
      Get owner UUID by location
      Specified by:
      getOwnerUUID in class Integrations
      Parameters:
      location - location of region
      Returns:
      UUID owner uuid
    • getRegionID

      public String getRegionID(org.bukkit.Location location)
      Get region ID by location
      Specified by:
      getRegionID in class Integrations
      Parameters:
      location - location of region
      Returns:
      String regionId