Modifier and Type | Method and Description |
---|---|
MythicSpawner |
MythicMobSpawnEvent.getMythicSpawner()
Get the internal name of the spawner that spawned this mob
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMob.setSpawner(MythicSpawner ms) |
Modifier and Type | Method and Description |
---|---|
protected String |
PlaceholderParser.parse(MythicSpawner spawner) |
Modifier and Type | Method and Description |
---|---|
static SpawnerPlaceholder |
Placeholder.spawner(BiFunction<MythicSpawner,String,String> transformer) |
Modifier and Type | Method and Description |
---|---|
int |
PlaceholderInt.get(MythicSpawner spawner) |
Modifier and Type | Method and Description |
---|---|
String |
SpawnerPlaceholder.apply(MythicSpawner spawner,
String conditional) |
Constructor and Description |
---|
SpawnerPlaceholder(BiFunction<MythicSpawner,String,String> transformer) |
Modifier and Type | Field and Description |
---|---|
protected MythicSpawner |
SpawnerSlice.spawner |
Modifier and Type | Field and Description |
---|---|
List<MythicSpawner> |
SpawnerManager.listSpawners |
ConcurrentHashMap<String,HashSet<MythicSpawner>> |
SpawnerManager.mmChunkSpawnerLookup |
ConcurrentHashMap<Integer,MythicSpawner> |
SpawnerManager.mmSpawnerHashcodeLookup |
ConcurrentHashMap<AbstractLocation,MythicSpawner> |
SpawnerManager.mmSpawners |
Modifier and Type | Method and Description |
---|---|
MythicSpawner |
MythicSpawner.clone() |
MythicSpawner |
SpawnerManager.createSpawner(String name,
org.bukkit.Location location,
String mobName) |
MythicSpawner |
SpawnerSlice.getSpawner() |
MythicSpawner |
SpawnerManager.getSpawnerAtLocation(AbstractLocation location) |
MythicSpawner |
SpawnerManager.getSpawnerByName(String name) |
Modifier and Type | Method and Description |
---|---|
Optional<MythicSpawner> |
SpawnerManager.getSpawnerByHashcode(int hashcode) |
Collection<MythicSpawner> |
SpawnerManager.getSpawners() |
Optional<Collection<MythicSpawner>> |
SpawnerManager.getSpawnersByChunk(String lookup) |
ArrayList<MythicSpawner> |
SpawnerManager.getSpawnersByGroup(String group) |
ArrayList<MythicSpawner> |
SpawnerManager.getSpawnersByString(AbstractLocation abstractLocation,
String string) |
ArrayList<MythicSpawner> |
SpawnerManager.getSpawnersByString(String string) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpawnerManager.addSpawnerCondition(MythicSpawner ms,
String condition,
String value) |
void |
SpawnerManager.addSpawnerToChunkLookupTable(MythicSpawner ms) |
boolean |
SpawnerManager.moveSpawner(MythicSpawner ms,
AbstractLocation location) |
boolean |
SpawnerManager.removeSpawner(MythicSpawner ms) |
boolean |
SpawnerManager.removeSpawnerCondition(MythicSpawner ms,
String condition) |
void |
SpawnerManager.removeSpawnerFromChunkLookupTable(MythicSpawner ms) |
boolean |
SpawnerManager.setSpawnerAttribute(MythicSpawner ms,
String attr,
String value) |
Modifier and Type | Method and Description |
---|---|
static void |
SpawnerSlice.CutSpawners(List<MythicSpawner> msl,
AbstractLocation base) |
Constructor and Description |
---|
SpawnerSlice(MythicSpawner ms,
AbstractLocation base) |
Copyright © 2020. All rights reserved.