Index

A B C D E F H I L M N O P R S T V W 
All Classes and Interfaces|All Packages

A

age() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the age record 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 candidates record component.
chunkX() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the chunkX record component.
chunkZ() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the chunkZ record 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 CleanupCompletedEvent record 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 CleanupEntitySnapshot record 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 CleanupFailure record 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 CleanupPolicy record 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 CleanupRemovalResult record 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 CleanupReport record 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 CleanupRequest record 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 CleanupRequestId record 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 CleanupScan record 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 CleanupServiceOptions record 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 CleanupStartedEvent record 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 completedAt record component.
CotaniCleanups - Class in com.cotani.cleanup
Factories for the cotani-cleanup module.
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 entityId record component.
entityId() - Method in record class com.cotani.cleanup.api.CleanupFailure
Returns the value of the entityId record 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 eventTimeout record component.
excludedEntityIds() - Method in record class com.cotani.cleanup.api.CleanupPolicy
Returns the value of the excludedEntityIds record 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 failed record component.
failedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the failedEntities record component.
failures() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
Returns the value of the failures record component.
failures() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the failures record 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 id record 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 matchedByTarget record component.
matchedByTarget() - Method in record class com.cotani.cleanup.api.CleanupScan
Returns the value of the matchedByTarget record component.
matchedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the matchedEntities record component.
matchedEntities() - Method in record class com.cotani.cleanup.api.CleanupScan
Returns the value of the matchedEntities record 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 maxEntities record 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 maxPendingOperations record component.
message() - Method in record class com.cotani.cleanup.api.CleanupFailure
Returns the value of the message record 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 minimumAge record 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 mode record component.
mode() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
Returns the value of the mode record component.

N

named() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the named record 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 operationTimeout record 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 persistent record component.
policy() - Method in record class com.cotani.cleanup.api.CleanupRequest
Returns the value of the policy record 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 protectedTags record 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 protectNamed record 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 protectPersistent record 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 protectTamed record 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 reason record 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 removed record component.
removedByTarget() - Method in record class com.cotani.cleanup.api.CleanupRemovalResult
Returns the value of the removedByTarget record component.
removedByTarget() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the removedByTarget record component.
removedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the removedEntities record component.
report() - Method in record class com.cotani.cleanup.api.event.CleanupCompletedEvent
Returns the value of the report record component.
request() - Method in record class com.cotani.cleanup.api.event.CleanupStartedEvent
Returns the value of the request record component.
requestedAt() - Method in record class com.cotani.cleanup.api.CleanupRequest
Returns the value of the requestedAt record component.
requestId() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the requestId record 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 scannedEntities record component.
scannedEntities() - Method in record class com.cotani.cleanup.api.CleanupScan
Returns the value of the scannedEntities record 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 selectedEntities record 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 skipped record component.
skippedEntities() - Method in record class com.cotani.cleanup.api.CleanupReport
Returns the value of the skippedEntities record 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 startedAt record component.

T

tags() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the tags record component.
tamed() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the tamed record component.
target() - Method in record class com.cotani.cleanup.api.CleanupEntitySnapshot
Returns the value of the target record component.
target() - Method in record class com.cotani.cleanup.api.CleanupFailure
Returns the value of the target record 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 targets record 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 value record 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 worldId record component.
worldId() - Method in record class com.cotani.cleanup.api.CleanupFailure
Returns the value of the worldId record component.
worldIds() - Method in record class com.cotani.cleanup.api.CleanupPolicy
Returns the value of the worldIds record component.
worlds(Collection) - Method in class com.cotani.cleanup.api.CleanupPolicy.Builder
 
A B C D E F H I L M N O P R S T V W 
All Classes and Interfaces|All Packages