Class Lands
java.lang.Object
xyz.geik.farmer.integrations.Integrations
xyz.geik.farmer.integrations.lands.Lands
Lands integration class
- Since:
- v6-b003
- Author:
- amownyy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOwnerUUID
(String regionID) Getting Owner UUID by Region IDgetOwnerUUID
(org.bukkit.Location location) Getting Owner UUID by Location of playergetRegionID
(org.bukkit.Location location) Getting Region ID by Location of playerMethods inherited from class xyz.geik.farmer.integrations.Integrations
registerIntegrations
-
Constructor Details
-
Lands
public Lands()Integrations#super calls here Constructor for abstract class
-
-
Method Details
-
getOwnerUUID
Getting Owner UUID by Region ID- Specified by:
getOwnerUUID
in classIntegrations
- Parameters:
regionID
- id of region- Returns:
- UUID owner uuid
-
getOwnerUUID
Getting Owner UUID by Location of player- Specified by:
getOwnerUUID
in classIntegrations
- Parameters:
location
- location of region- Returns:
- UUID owner uuid
-
getRegionID
Getting Region ID by Location of player- Specified by:
getRegionID
in classIntegrations
- Parameters:
location
- location of region- Returns:
- String regionId
-