public interface TeleporterAgent
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateTeleporter() |
Optional<Location<World>> |
createTeleporter(Location<World> targetLocation) |
Optional<Location<World>> |
findOrCreateTeleporter(Location<World> targetLocation) |
Optional<Location<World>> |
findTeleporter(Location<World> targetLocation) |
int |
getTeleporterCreationRadius() |
int |
getTeleporterSearchRadius() |
TeleporterAgent |
setCanCreateTeleporter() |
TeleporterAgent |
setTeleporterCreationRadius(int radius) |
TeleporterAgent |
setTeleporterSearchRadius(int radius) |
int getTeleporterSearchRadius()
TeleporterAgent setTeleporterSearchRadius(int radius)
int getTeleporterCreationRadius()
TeleporterAgent setTeleporterCreationRadius(int radius)
boolean canCreateTeleporter()
TeleporterAgent setCanCreateTeleporter()
Optional<Location<World>> findOrCreateTeleporter(Location<World> targetLocation)