Class FabledSkyblock
java.lang.Object
xyz.geik.farmer.integrations.Integrations
xyz.geik.farmer.integrations.fabledskyblock.FabledSkyblock
FabledSkyblock integration interface class
- Author:
- mehmet-27
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrations#super calls here Constructor for abstract class -
Method Summary
Modifier and TypeMethodDescriptiongetOwnerUUID(String regionID) Get owner UUID of regiongetOwnerUUID(org.bukkit.Location location) Get owner UUID by locationgetRegionID(org.bukkit.Location location) Get region ID by locationMethods inherited from class xyz.geik.farmer.integrations.Integrations
registerIntegrations
-
Constructor Details
-
FabledSkyblock
public FabledSkyblock()Integrations#super calls here Constructor for abstract class
-
-
Method Details
-
getOwnerUUID
Get owner UUID of region- Specified by:
getOwnerUUIDin classIntegrations- Parameters:
regionID- id of region- Returns:
- UUID owner uuid
-
getOwnerUUID
Get owner UUID by location- Specified by:
getOwnerUUIDin classIntegrations- Parameters:
location- location of region- Returns:
- UUID owner uuid
-
getRegionID
Get region ID by location- Specified by:
getRegionIDin classIntegrations- Parameters:
location- location of region- Returns:
- String regionId
-