ModRegionHolder

Represents a Mod-specific region holder for managing thread-safe operations.

This interface extends PlatformRegionHolder to provide Mod-specific functionality for scheduling tasks within specific regions or contexts.

Since

2.0.0

Functions

Link copied to clipboard
abstract fun task(p: @NotNull Runnable): @Nullable ModelTask
Link copied to clipboard
abstract fun taskLater(p: Long, p1: @NotNull Runnable): @Nullable ModelTask