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
Constructors -
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:
getOwnerUUIDin classIntegrations- Parameters:
regionID- id of region- Returns:
- UUID of owner
-
getOwnerUUID
Get owner UUID of location- Specified by:
getOwnerUUIDin classIntegrations- Parameters:
location- of region- Returns:
- UUID of owner
-
getRegionID
Get region ID of location- Specified by:
getRegionIDin classIntegrations- Parameters:
location- location of region- Returns:
- String id of region
-