EliteNaturalSpawnProvider

@FunctionalInterface()
public interface EliteNaturalSpawnProvider

Selects an exact natural-spawn claim without mutating the world.

EliteMobs evaluates every registered provider before it commits a claim. Providers must therefore keep this callback side-effect free. More than one claim fails closed instead of choosing a plugin by listener order.

Functions

Link copied to clipboard
public abstract Optional<EliteNaturalSpawnClaim> select(EliteNaturalSpawnContext context)