Index
All Classes and Interfaces|All Packages
A
- age() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
agerecord component. - ARROW - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
B
- BOAT - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- build() - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- builder() - Static method in record class com.cotani.cleanup.api.CleanupPolicy
- Builder() - Constructor for class com.cotani.cleanup.api.CleanupPolicy.Builder
C
- cancel() - Method in class com.cotani.cleanup.paper.CleanupSchedule
- cancelled() - Method in class com.cotani.cleanup.paper.CleanupSchedule
- candidates() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns the value of the
candidatesrecord component. - chunkX() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
chunkXrecord component. - chunkZ() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
chunkZrecord component. - CleanupCompletedEvent - Record Class in com.cotani.cleanup.api.event
-
Published after a preview or cleanup report has completed.
- CleanupCompletedEvent(CleanupReport) - Constructor for record class com.cotani.cleanup.api.event.CleanupCompletedEvent
-
Creates an instance of a
CleanupCompletedEventrecord class. - CleanupEntitySnapshot - Record Class in com.cotani.cleanup.api
-
Immutable entity information captured on the owning Paper world thread.
- CleanupEntitySnapshot(UUID, UUID, int, int, CleanupTarget, Duration, boolean, boolean, boolean) - Constructor for record class com.cotani.cleanup.api.CleanupEntitySnapshot
- CleanupEntitySnapshot(UUID, UUID, int, int, CleanupTarget, Duration, boolean, boolean, boolean, Set) - Constructor for record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Creates an instance of a
CleanupEntitySnapshotrecord class. - CleanupExecutor - Interface in com.cotani.cleanup.api
-
SPI that owns world scanning and region-safe entity removal.
- CleanupFailure - Record Class in com.cotani.cleanup.api
-
Immutable description of an entity removal that failed.
- CleanupFailure(UUID, UUID, CleanupTarget, String) - Constructor for record class com.cotani.cleanup.api.CleanupFailure
-
Creates an instance of a
CleanupFailurerecord class. - CleanupMode - Enum Class in com.cotani.cleanup.api
-
Describes whether a cleanup was only inspected or actually removed entities.
- CleanupPolicy - Record Class in com.cotani.cleanup.api
-
Immutable allow-list policy that decides which captured entities may be removed.
- CleanupPolicy(Set, Set, Set, Duration, boolean, boolean, boolean, int) - Constructor for record class com.cotani.cleanup.api.CleanupPolicy
- CleanupPolicy(Set, Set, Set, Duration, boolean, boolean, boolean, int, Set) - Constructor for record class com.cotani.cleanup.api.CleanupPolicy
-
Creates an instance of a
CleanupPolicyrecord class. - CleanupPolicy.Builder - Class in com.cotani.cleanup.api
-
Fluent builder that keeps cleanup targets explicit.
- CleanupProtection - Interface in com.cotani.cleanup.api
-
Pure protection policy evaluated from immutable entity snapshots.
- CleanupRemovalResult - Record Class in com.cotani.cleanup.api
-
Immutable result returned after region-safe removal attempts.
- CleanupRemovalResult(long, long, long, List, Map) - Constructor for record class com.cotani.cleanup.api.CleanupRemovalResult
-
Creates an instance of a
CleanupRemovalResultrecord class. - CleanupRemovalResult(long, long, long, Map) - Constructor for record class com.cotani.cleanup.api.CleanupRemovalResult
- CleanupReport - Record Class in com.cotani.cleanup.api
-
Immutable operational report suitable for commands, metrics and audit records.
- CleanupReport(CleanupRequestId, CleanupMode, Instant, Instant, long, long, long, long, long, long, List, Map, Map) - Constructor for record class com.cotani.cleanup.api.CleanupReport
-
Creates an instance of a
CleanupReportrecord class. - CleanupRequest - Record Class in com.cotani.cleanup.api
-
Immutable user intent for one cleanup operation.
- CleanupRequest(CleanupRequestId, CleanupPolicy, String, Instant) - Constructor for record class com.cotani.cleanup.api.CleanupRequest
-
Creates an instance of a
CleanupRequestrecord class. - CleanupRequestId - Record Class in com.cotani.cleanup.api
-
Stable identifier for one cleanup request and its domain events.
- CleanupRequestId(UUID) - Constructor for record class com.cotani.cleanup.api.CleanupRequestId
-
Creates an instance of a
CleanupRequestIdrecord class. - CleanupScan - Record Class in com.cotani.cleanup.api
-
Immutable result of a world scan before any entity is removed.
- CleanupScan(long, long, List, Map) - Constructor for record class com.cotani.cleanup.api.CleanupScan
-
Creates an instance of a
CleanupScanrecord class. - CleanupScan(long, List, Map) - Constructor for record class com.cotani.cleanup.api.CleanupScan
- CleanupSchedule - Class in com.cotani.cleanup.paper
-
Cancellable recurring cleanup trigger owned by the caller's scheduler lifecycle.
- CleanupService - Interface in com.cotani.cleanup.api
-
Public asynchronous cleanup service with preview, execution and lifecycle control.
- CleanupServiceOptions - Record Class in com.cotani.cleanup.api
-
Timeouts and backpressure limits for cleanup operations and notifications.
- CleanupServiceOptions(Duration, Duration, int) - Constructor for record class com.cotani.cleanup.api.CleanupServiceOptions
-
Creates an instance of a
CleanupServiceOptionsrecord class. - CleanupStartedEvent - Record Class in com.cotani.cleanup.api.event
-
Published when a cleanup request begins scanning.
- CleanupStartedEvent(CleanupRequest, CleanupMode) - Constructor for record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Creates an instance of a
CleanupStartedEventrecord class. - CleanupTarget - Enum Class in com.cotani.cleanup.api
-
Explicitly supported cleanup targets.
- close() - Method in interface com.cotani.cleanup.api.CleanupService
- close() - Method in class com.cotani.cleanup.paper.CleanupSchedule
- closeAsync() - Method in interface com.cotani.cleanup.api.CleanupService
-
Starts shutdown and waits asynchronously for accepted operations to finish.
- com.cotani.cleanup - package com.cotani.cleanup
- com.cotani.cleanup.api - package com.cotani.cleanup.api
- com.cotani.cleanup.api.event - package com.cotani.cleanup.api.event
- com.cotani.cleanup.paper - package com.cotani.cleanup.paper
- completedAt() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
completedAtrecord component. - CotaniCleanups - Class in com.cotani.cleanup
-
Factories for the
cotani-cleanupmodule. - create(CleanupPolicy, String) - Static method in record class com.cotani.cleanup.api.CleanupRequest
- create(CleanupPolicy, String, Clock) - Static method in record class com.cotani.cleanup.api.CleanupRequest
D
- defaults() - Static method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns a conservative policy for ordinary dropped-item and XP-orb cleanup.
- defaults() - Static method in record class com.cotani.cleanup.api.CleanupServiceOptions
- DRAGON_FIREBALL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- DROPPED_ITEM - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
E
- EGG - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- empty() - Static method in record class com.cotani.cleanup.api.CleanupRemovalResult
- ENDER_PEARL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- entityId() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns the value of the
entityIdrecord component. - equals(Object) - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupReport
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupRequestId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupScan
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.event.CleanupCompletedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Indicates whether some other object is "equal to" this one.
- eventTimeout() - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Returns the value of the
eventTimeoutrecord component. - excludedEntityIds() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
excludedEntityIdsrecord component. - excludeEntities(Collection) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- EXECUTE - Enum constant in enum class com.cotani.cleanup.api.CleanupMode
- executeAsync(CleanupPolicy) - Method in interface com.cotani.cleanup.api.CleanupService
- executeAsync(CleanupRequest) - Method in interface com.cotani.cleanup.api.CleanupService
- executed(CleanupRequest, Instant, Instant, CleanupScan, CleanupRemovalResult) - Static method in record class com.cotani.cleanup.api.CleanupReport
- EXPERIENCE_ORB - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
F
- failed() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns the value of the
failedrecord component. - failedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
failedEntitiesrecord component. - failures() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns the value of the
failuresrecord component. - failures() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
failuresrecord component. - FIREBALL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- FISHING_HOOK - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- fromExecutor(CleanupExecutor, EventBus) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates a service over a caller-owned Paper or test executor.
- fromExecutor(CleanupExecutor, EventBus, CleanupServiceOptions) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates a service over an executor with explicit operational limits.
- fromExecutor(CleanupExecutor, EventBus, CleanupServiceOptions, Clock) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates a service with a test clock.
H
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupRequestId
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.event.CleanupCompletedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Returns a hash code value for this object.
I
- id() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns the value of the
idrecord component. - inMemory(EventBus) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates a deterministic in-memory service for tests and dry-run tooling.
- isProtected(CleanupEntitySnapshot) - Method in interface com.cotani.cleanup.api.CleanupProtection
L
- LINGERING_POTION - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
M
- matchedByTarget() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
matchedByTargetrecord component. - matchedByTarget() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns the value of the
matchedByTargetrecord component. - matchedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
matchedEntitiesrecord component. - matchedEntities() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns the value of the
matchedEntitiesrecord component. - matches(CleanupEntitySnapshot) - Method in record class com.cotani.cleanup.api.CleanupPolicy
- maxEntities() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
maxEntitiesrecord component. - maxEntities(int) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- maxPendingOperations() - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Returns the value of the
maxPendingOperationsrecord component. - message() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns the value of the
messagerecord component. - MINECART - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- minimumAge() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
minimumAgerecord component. - minimumAge(Duration) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- mode() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
moderecord component. - mode() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Returns the value of the
moderecord component.
N
- named() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
namedrecord component. - newRequest(CleanupPolicy, String) - Method in interface com.cotani.cleanup.api.CleanupService
-
Creates a request using the service clock and an immutable request timestamp.
- none() - Static method in interface com.cotani.cleanup.api.CleanupProtection
O
- operationTimeout() - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Returns the value of the
operationTimeoutrecord component.
P
- paper(PaperTaskScheduler, EventBus) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates the standard Paper/Folia adapter over the caller-owned scheduler.
- paper(PaperTaskScheduler, EventBus, CleanupProtection) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates the Paper/Folia adapter with immutable snapshot-based protection rules.
- PaperCleanupExecutor - Class in com.cotani.cleanup.paper
-
Paper/Folia adapter that scans loaded chunks and removes entities on their owning entity threads.
- PaperCleanupExecutor(PaperTaskScheduler) - Constructor for class com.cotani.cleanup.paper.PaperCleanupExecutor
- PaperCleanupExecutor(PaperTaskScheduler, CleanupProtection) - Constructor for class com.cotani.cleanup.paper.PaperCleanupExecutor
- PaperCleanupScheduler - Class in com.cotani.cleanup.paper
-
Schedules bounded recurring cleanup runs without owning the plugin scheduler.
- PaperCleanupScheduler(PaperTaskScheduler, CleanupService) - Constructor for class com.cotani.cleanup.paper.PaperCleanupScheduler
- persistent() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
persistentrecord component. - policy() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns the value of the
policyrecord component. - preview(CleanupRequest, Instant, Instant, CleanupScan) - Static method in record class com.cotani.cleanup.api.CleanupReport
- PREVIEW - Enum constant in enum class com.cotani.cleanup.api.CleanupMode
- previewAsync(CleanupPolicy) - Method in interface com.cotani.cleanup.api.CleanupService
- previewAsync(CleanupRequest) - Method in interface com.cotani.cleanup.api.CleanupService
- protectedTags() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
protectedTagsrecord component. - protectedTags(Collection) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- protectNamed() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
protectNamedrecord component. - protectNamed(boolean) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- protectPersistent() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
protectPersistentrecord component. - protectPersistent(boolean) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- protectTamed() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
protectTamedrecord component. - protectTamed(boolean) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
R
- random() - Static method in record class com.cotani.cleanup.api.CleanupRequestId
- reason() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns the value of the
reasonrecord component. - removeAsync(CleanupPolicy, List) - Method in interface com.cotani.cleanup.api.CleanupExecutor
-
Revalidates and removes the supplied snapshots on their owning entity or region threads.
- removeAsync(CleanupPolicy, List) - Method in class com.cotani.cleanup.paper.PaperCleanupExecutor
- removed() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns the value of the
removedrecord component. - removedByTarget() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns the value of the
removedByTargetrecord component. - removedByTarget() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
removedByTargetrecord component. - removedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
removedEntitiesrecord component. - report() - Method in record class com.cotani.cleanup.api.event.CleanupCompletedEvent
-
Returns the value of the
reportrecord component. - request() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Returns the value of the
requestrecord component. - requestedAt() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns the value of the
requestedAtrecord component. - requestId() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
requestIdrecord component.
S
- scanAsync(CleanupPolicy) - Method in interface com.cotani.cleanup.api.CleanupExecutor
-
Scans loaded areas and returns immutable snapshots; it must not remove anything.
- scanAsync(CleanupPolicy) - Method in class com.cotani.cleanup.paper.PaperCleanupExecutor
- scannedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
scannedEntitiesrecord component. - scannedEntities() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns the value of the
scannedEntitiesrecord component. - schedule(CleanupPolicy, Duration, Duration, String) - Method in class com.cotani.cleanup.paper.PaperCleanupScheduler
- scheduler(PaperTaskScheduler, CleanupService) - Static method in class com.cotani.cleanup.CotaniCleanups
-
Creates a recurring scheduler facade over an existing cleanup service.
- selectedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
selectedEntitiesrecord component. - SHULKER_BULLET - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- skipped() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns the value of the
skippedrecord component. - skippedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
skippedEntitiesrecord component. - SMALL_FIREBALL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- SNOWBALL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- SPLASH_POTION - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- startedAt() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns the value of the
startedAtrecord component.
T
- tags() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
tagsrecord component. - tamed() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
tamedrecord component. - target() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
targetrecord component. - target() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns the value of the
targetrecord component. - target(CleanupTarget) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- targets() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
targetsrecord component. - targets(Collection) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
- toString() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupReport
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupRequestId
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupScan
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.event.CleanupCompletedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
-
Returns a string representation of this record class.
- TRIDENT - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- truncated() - Method in record class com.cotani.cleanup.api.CleanupScan
V
- value() - Method in record class com.cotani.cleanup.api.CleanupRequestId
-
Returns the value of the
valuerecord component. - valueOf(String) - Static method in enum class com.cotani.cleanup.api.CleanupMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.cotani.cleanup.api.CleanupTarget
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.cotani.cleanup.api.CleanupMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.cotani.cleanup.api.CleanupTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WITHER_SKULL - Enum constant in enum class com.cotani.cleanup.api.CleanupTarget
- withEventTimeout(Duration) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
- withEventTimeout(CompletionStage) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
- withMaxPendingOperations(int) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
- withOperationTimeout(Duration) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
- withOperationTimeout(CompletionStage) - Method in record class com.cotani.cleanup.api.CleanupServiceOptions
- worldId() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
-
Returns the value of the
worldIdrecord component. - worldId() - Method in record class com.cotani.cleanup.api.CleanupFailure
-
Returns the value of the
worldIdrecord component. - worldIds() - Method in record class com.cotani.cleanup.api.CleanupPolicy
-
Returns the value of the
worldIdsrecord component. - worlds(Collection) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
All Classes and Interfaces|All Packages