Uses of Enum Class
dev.cwhead.GravesX.manager.SafeLocationManager.GravePlacementReason
Packages that use SafeLocationManager.GravePlacementReason
-
Uses of SafeLocationManager.GravePlacementReason in dev.cwhead.GravesX.manager
Subclasses with type arguments of type SafeLocationManager.GravePlacementReason in dev.cwhead.GravesX.managerModifier and TypeClassDescriptionstatic enumExplains why a particular grave placement location was chosen.Methods in dev.cwhead.GravesX.manager that return SafeLocationManager.GravePlacementReasonModifier and TypeMethodDescriptionSafeLocationManager.GravePlacementResult.getReason()Gets the reason.Returns the enum constant of this class with the specified name.SafeLocationManager.GravePlacementReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cwhead.GravesX.manager with parameters of type SafeLocationManager.GravePlacementReasonModifier and TypeMethodDescriptionSafeLocationManager.GravePlacementResult.of(org.bukkit.Location location, SafeLocationManager.GravePlacementReason reason) Creates a result.