DungeonLocator

@FunctionalInterface()
public interface DungeonLocator

Implemented by plugins that track dungeon regions. Registered with LocationQueryRegistry so that scripts and other plugins can ask whether a given location is inside any dungeon without taking a hard dependency on the plugin that owns the dungeon data.

Functions

Link copied to clipboard
public abstract boolean contains(Location location)