Package | Description |
---|---|
io.lumine.xikage.mythicmobs.skills | |
io.lumine.xikage.mythicmobs.spawning.random |
Modifier and Type | Method and Description |
---|---|
boolean |
SkillCondition.evaluateRandomSpawnPoint(RandomSpawnPoint rsp) |
boolean |
SkillCondition.handleOutcome(RandomSpawnPoint rsp,
boolean outcome) |
Modifier and Type | Field and Description |
---|---|
Set<RandomSpawnPoint> |
RandomSpawnerManager.airSpawnPoints |
Set<RandomSpawnPoint> |
RandomSpawnerManager.groundSpawnPoints |
Set<RandomSpawnPoint> |
RandomSpawnerManager.landSpawnPoints |
Set<RandomSpawnPoint> |
RandomSpawnerManager.lavaSpawnPoints |
Set<RandomSpawnPoint> |
RandomSpawnerManager.seaSpawnPoints |
static Set<RandomSpawnPoint> |
RandomSpawner.spawnPoints |
Modifier and Type | Method and Description |
---|---|
RandomSpawnPoint |
RandomSpawnerManager.RandomPointGeneratorLand.findPointNearPlayer(AbstractPlayer player,
boolean searchLand) |
abstract RandomSpawnPoint |
RandomSpawnGenerator.findPointNearPlayer(AbstractPlayer player,
boolean s) |
Modifier and Type | Method and Description |
---|---|
Set<RandomSpawnPoint> |
RandomSpawnerManager.getLandSpawnPoints() |
Set<RandomSpawnPoint> |
RandomSpawnerManager.getSeaSpawnPoints() |
Modifier and Type | Method and Description |
---|---|
boolean |
RandomSpawner.checkSpawn(RandomSpawnPoint rsp) |
void |
RandomSpawnerManager.doSpawns(RandomSpawnPoint rsp,
Iterator<RandomSpawner> it) |
AbstractEntity |
RandomSpawnerManager.handleSpawnEvent(RandomSpawnPoint rsp) |
ActiveMob |
RandomSpawner.spawn(RandomSpawnPoint rsp) |
Copyright © 2020. All rights reserved.