Class SafeLocationManager.GravePlacementResult
java.lang.Object
dev.cwhead.GravesX.manager.SafeLocationManager.GravePlacementResult
- Enclosing class:
SafeLocationManager
Grave placement result.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.LocationGets the location.Gets the reason.of(org.bukkit.Location location, SafeLocationManager.GravePlacementReason reason) Creates a result.
-
Method Details
-
getLocation
public org.bukkit.Location getLocation()Gets the location.- Returns:
- The location.
-
getReason
-
of
public static SafeLocationManager.GravePlacementResult of(org.bukkit.Location location, SafeLocationManager.GravePlacementReason reason) Creates a result.- Parameters:
location- The location.reason- The reason.- Returns:
- The result.
-