public abstract class WorldProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasNoSky |
boolean |
isHellWorld |
boolean |
isNether |
float[] |
lightBrightnessTable |
WorldChunkManager |
worldChunkMgr |
World |
worldObj |
int |
worldType |
Constructor and Description |
---|
WorldProvider() |
Modifier and Type | Method and Description |
---|---|
float[] |
calcSunriseSunsetColors(float f,
float f1) |
float |
calculateCelestialAngle(long l,
float f) |
boolean |
canCoordinateBeSpawn(int i,
int j) |
boolean |
canRespawnHere() |
boolean |
func_28112_c() |
Vec3D |
func_4096_a(float f,
float f1) |
protected void |
generateLightBrightnessTable() |
IChunkProvider |
getChunkProvider() |
float |
getCloudHeight() |
static WorldProvider |
getProviderForDimension(int i) |
void |
registerWorld(World world) |
protected void |
registerWorldChunkManager() |
public World worldObj
public WorldChunkManager worldChunkMgr
public boolean isNether
public boolean isHellWorld
public boolean hasNoSky
public float[] lightBrightnessTable
public int worldType
public final void registerWorld(World world)
protected void generateLightBrightnessTable()
protected void registerWorldChunkManager()
public IChunkProvider getChunkProvider()
public boolean canCoordinateBeSpawn(int i, int j)
public float calculateCelestialAngle(long l, float f)
public float[] calcSunriseSunsetColors(float f, float f1)
public Vec3D func_4096_a(float f, float f1)
public boolean canRespawnHere()
public static WorldProvider getProviderForDimension(int i)
public float getCloudHeight()
public boolean func_28112_c()