Constructor and Description |
---|
EntityTracker(WorldServer par1WorldServer) |
Modifier and Type | Method and Description |
---|---|
WorldServer |
EntityPlayerMP.getServerForPlayer() |
Modifier and Type | Method and Description |
---|---|
void |
ItemInWorldManager.setWorld(WorldServer par1WorldServer)
Sets the world instance.
|
Modifier and Type | Field and Description |
---|---|
WorldServer[] |
MinecraftServer.worldServers
The server world instances.
|
Modifier and Type | Method and Description |
---|---|
WorldServer |
MinecraftServer.worldServerForDimension(int par1)
Gets the worldServer by the given dimension.
|
Modifier and Type | Method and Description |
---|---|
WorldServer |
PlayerManager.getWorldServer() |
Modifier and Type | Method and Description |
---|---|
void |
ServerConfigurationManager.func_72375_a(EntityPlayerMP par1EntityPlayerMP,
WorldServer par2WorldServer) |
void |
ServerConfigurationManager.setPlayerManager(WorldServer[] par1ArrayOfWorldServer)
Sets the NBT manager to the one for the WorldServer given.
|
void |
ServerConfigurationManager.transferEntityToWorld(Entity par1Entity,
int par2,
WorldServer par3WorldServer,
WorldServer par4WorldServer)
Transfers an entity from a world to another world.
|
void |
ServerConfigurationManager.transferEntityToWorld(Entity par1Entity,
int par2,
WorldServer par3WorldServer,
WorldServer par4WorldServer,
Teleporter teleporter) |
void |
ServerConfigurationManager.updateTimeAndWeatherForPlayer(EntityPlayerMP par1EntityPlayerMP,
WorldServer par2WorldServer)
Updates the time and weather for the given player to those of the given world
|
Constructor and Description |
---|
PlayerManager(WorldServer par1WorldServer,
int par2) |
Modifier and Type | Class and Description |
---|---|
class |
WorldServerMulti |
Modifier and Type | Method and Description |
---|---|
static int |
SpawnerAnimals.findChunksForSpawning(WorldServer par0WorldServer,
boolean par1,
boolean par2,
boolean par3)
adds all chunks within the spawn radius of the players to eligibleChunksForSpawning.
|
Constructor and Description |
---|
Teleporter(WorldServer par1WorldServer) |
WorldManager(MinecraftServer par1MinecraftServer,
WorldServer par2WorldServer) |
WorldServerMulti(MinecraftServer par1MinecraftServer,
ISaveHandler par2ISaveHandler,
String par3Str,
int par4,
WorldSettings par5WorldSettings,
WorldServer par6WorldServer,
Profiler par7Profiler,
ILogAgent par8ILogAgent) |
Modifier and Type | Class and Description |
---|---|
class |
DemoWorldServer |
Constructor and Description |
---|
ChunkProviderServer(WorldServer par1WorldServer,
IChunkLoader par2IChunkLoader,
IChunkProvider par3IChunkProvider) |
Modifier and Type | Method and Description |
---|---|
static WorldServer |
DimensionManager.getWorld(int id) |
static WorldServer[] |
DimensionManager.getWorlds() |
Modifier and Type | Method and Description |
---|---|
static void |
DimensionManager.setWorld(int id,
WorldServer world) |
Constructor and Description |
---|
WorldSpecificSaveHandler(WorldServer world,
ISaveHandler parent) |
Modifier and Type | Method and Description |
---|---|
static List |
ForgeEventFactory.getPotentialSpawns(WorldServer world,
EnumCreatureType type,
int x,
int y,
int z,
List oldList) |