Modifier and Type | Method and Description |
---|---|
AbstractWorld |
AbstractEntity.getWorld() |
AbstractWorld |
AbstractLocation.getWorld() |
AbstractWorld |
ServerInterface.getWorld(String world) |
AbstractWorld |
ServerInterface.getWorld(UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<AbstractWorld> |
ServerInterface.getWorlds() |
Modifier and Type | Method and Description |
---|---|
AbstractLocation |
ServerInterface.newLocation(AbstractWorld w,
double x,
double y,
double z) |
AbstractLocation |
AbstractVector.toLocation(AbstractWorld world)
Gets a Location version of this vector with yaw and pitch being 0.
|
AbstractLocation |
AbstractVector.toLocation(AbstractWorld world,
float yaw,
float pitch)
Gets a Location version of this vector.
|
Constructor and Description |
---|
AbstractLocation(AbstractWorld world,
double x,
double y,
double z) |
AbstractLocation(AbstractWorld world,
double x,
double y,
double z,
float yaw,
float pitch) |
Modifier and Type | Class and Description |
---|---|
class |
BukkitWorld |
Modifier and Type | Method and Description |
---|---|
static AbstractWorld |
BukkitAdapter.adapt(org.bukkit.World world)
Convert a Bukkit World to a MythicMob AbstractWorld
|
AbstractWorld |
BukkitEntity.getWorld() |
AbstractWorld |
BukkitServer.getWorld(String name) |
AbstractWorld |
BukkitServer.getWorld(UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<AbstractWorld> |
BukkitServer.getWorlds() |
Modifier and Type | Method and Description |
---|---|
static org.bukkit.World |
BukkitAdapter.adapt(AbstractWorld world)
Convert a MythicMobs AbstractWorld to a Bukkit World
|
AbstractLocation |
BukkitServer.newLocation(AbstractWorld w,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
List<AbstractEntity> |
EntityManager.getLivingEntities(AbstractWorld world) |
List<AbstractPlayer> |
EntityManager.getPlayers(AbstractWorld world) |
void |
EntityManager.registerMob(AbstractWorld world,
AbstractEntity entity) |
Modifier and Type | Method and Description |
---|---|
static WorldPlaceholder |
Placeholder.world(BiFunction<AbstractWorld,String,String> transformer) |
Modifier and Type | Method and Description |
---|---|
String |
WorldPlaceholder.apply(AbstractWorld spawner,
String conditional) |
Constructor and Description |
---|
WorldPlaceholder(BiFunction<AbstractWorld,String,String> transformer) |
Modifier and Type | Field and Description |
---|---|
HashSet<AbstractWorld> |
RandomSpawner.worlds |
Modifier and Type | Method and Description |
---|---|
HashSet<AbstractWorld> |
RandomSpawner.getWorlds() |
Modifier and Type | Method and Description |
---|---|
default int |
VolatileWorldHandler.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
default boolean |
VolatileWorldHandler.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_12_R1.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_12_R1.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_13_R2.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_13_R2.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_14_R1.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_14_R1.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_15_R1.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_15_R1.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_16_R1.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_16_R1.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
VolatileWorldHandler_v1_16_R2.getEntitiesInChunk(AbstractWorld world,
int x,
int z) |
boolean |
VolatileWorldHandler_v1_16_R2.isChunkLoaded(AbstractWorld world,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
WorldData |
WorldManager.getWorldData(AbstractWorld world) |
Constructor and Description |
---|
WorldData(AbstractWorld world) |
Copyright © 2020. All rights reserved.