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
ConstructorDescriptionIntegrations#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:
getOwnerUUID
in classIntegrations
- Parameters:
regionID
- id of region- Returns:
- UUID owner uuid
-
getOwnerUUID
Get owner UUID by location- Specified by:
getOwnerUUID
in classIntegrations
- Parameters:
location
- location of region- Returns:
- UUID owner uuid
-
getRegionID
Get region ID by location- Specified by:
getRegionID
in classIntegrations
- Parameters:
location
- location of region- Returns:
- String regionId
-