Uses of Enum Class
com.haven.havenplugin.graves.GraveRemoveReason
Packages that use GraveRemoveReason
-
Uses of GraveRemoveReason in com.haven.havenplugin.graves
Subclasses with type arguments of type GraveRemoveReason in com.haven.havenplugin.gravesMethods in com.haven.havenplugin.graves that return GraveRemoveReasonModifier and TypeMethodDescriptionstatic GraveRemoveReasonReturns the enum constant of this class with the specified name.static GraveRemoveReason[]GraveRemoveReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.haven.havenplugin.graves with parameters of type GraveRemoveReasonModifier and TypeMethodDescriptionvoidGraveLogger.markDeleted(UUID ownerId, UUID graveId, GraveRemoveReason reason) Updates the status field on an existing log entry.voidGraveManager.removeGrave(UUID graveId, boolean dropItems, GraveRemoveReason reason)