Class FabledSkyblock
java.lang.Object
xyz.geik.farmer.integrations.Integrations
xyz.geik.farmer.integrations.fabledskyblock.FabledSkyblock
FabledSkyblock integration interface class
- Author:
- mehmet-27
- 
Constructor SummaryConstructorsConstructorDescriptionIntegrations#super calls here Constructor for abstract class
- 
Method SummaryModifier 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.IntegrationsregisterIntegrations
- 
Constructor Details- 
FabledSkyblockpublic FabledSkyblock()Integrations#super calls here Constructor for abstract class
 
- 
- 
Method Details- 
getOwnerUUIDGet owner UUID of region- Specified by:
- getOwnerUUIDin class- Integrations
- Parameters:
- regionID- id of region
- Returns:
- UUID owner uuid
 
- 
getOwnerUUIDGet owner UUID by location- Specified by:
- getOwnerUUIDin class- Integrations
- Parameters:
- location- location of region
- Returns:
- UUID owner uuid
 
- 
getRegionIDGet region ID by location- Specified by:
- getRegionIDin class- Integrations
- Parameters:
- location- location of region
- Returns:
- String regionId
 
 
-