Class Askyblock
java.lang.Object
xyz.geik.farmer.integrations.Integrations
xyz.geik.farmer.integrations.askyblock.Askyblock
ASky-block integration
- Since:
- 1.0.0
- Author:
- poyraz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOwnerUUID
(String regionID) Get owner UUID of regiongetOwnerUUID
(org.bukkit.Location location) Get owner UUID of locationgetRegionID
(org.bukkit.Location location) Get region ID of locationMethods inherited from class xyz.geik.farmer.integrations.Integrations
registerIntegrations
-
Constructor Details
-
Askyblock
public Askyblock()Constructor register event of super class
-
-
Method Details
-
getOwnerUUID
Get owner UUID of region- Specified by:
getOwnerUUID
in classIntegrations
- Parameters:
regionID
- id of region- Returns:
- UUID of owner
-
getOwnerUUID
Get owner UUID of location- Specified by:
getOwnerUUID
in classIntegrations
- Parameters:
location
- of region- Returns:
- UUID of owner
-
getRegionID
Get region ID of location- Specified by:
getRegionID
in classIntegrations
- Parameters:
location
- location of region- Returns:
- String id of region
-