public class WorldProviderHell extends WorldProvider
dimensionId, field_82913_c, hasNoSky, isHellWorld, lightBrightnessTable, moonPhaseFactors, terrainType, worldChunkMgr, worldObj| Constructor and Description |
|---|
WorldProviderHell() |
| Modifier and Type | Method and Description |
|---|---|
float |
calculateCelestialAngle(long p_76563_1_,
float p_76563_3_)
Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
|
boolean |
canCoordinateBeSpawn(int p_76566_1_,
int p_76566_2_)
Will check if the x, z position specified is alright to be set as the map spawn point
|
boolean |
canRespawnHere()
True if the player can respawn in this dimension (true = overworld, false = nether).
|
IChunkProvider |
createChunkGenerator()
Returns a new chunk provider which generates chunks for this world
|
boolean |
doesXZShowFog(int p_76568_1_,
int p_76568_2_)
Returns true if the given X,Z coordinate should show environmental fog.
|
protected void |
generateLightBrightnessTable()
Creates the light to brightness table
|
java.lang.String |
getDimensionName()
Returns the dimension's name, e.g.
|
Vec3 |
getFogColor(float p_76562_1_,
float p_76562_2_)
Return Vec3D with biome specific fog color
|
boolean |
isSurfaceWorld()
Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
|
void |
registerWorldChunkManager()
creates a new world chunk manager for WorldProvider
|
calcSunriseSunsetColors, calculateInitialWeather, canBlockFreeze, canDoLightning, canDoRainSnowIce, canMineBlock, canSnowAt, drawClouds, getActualHeight, getAverageGroundLevel, getBiomeGenForCoords, getCloudHeight, getCloudRenderer, getCurrentMoonPhaseFactor, getDepartMessage, getEntrancePortalLocation, getHeight, getHorizon, getMoonPhase, getMovementFactor, getProviderForDimension, getRandomizedSpawnPoint, getRespawnDimension, getSaveFolder, getSeed, getSkyColor, getSkyRenderer, getSpawnPoint, getStarBrightness, getSunBrightness, getSunBrightnessFactor, getVoidFogYFactor, getWeatherRenderer, getWelcomeMessage, getWorldHasVoidParticles, getWorldTime, isBlockHighHumidity, isDaytime, isSkyColored, registerWorld, resetRainAndThunder, setAllowedSpawnTypes, setCloudRenderer, setDimension, setSkyRenderer, setSpawnPoint, setWeatherRenderer, setWorldTime, shouldMapSpin, updateWeatherpublic void registerWorldChunkManager()
registerWorldChunkManager in class WorldProviderpublic Vec3 getFogColor(float p_76562_1_, float p_76562_2_)
getFogColor in class WorldProviderprotected void generateLightBrightnessTable()
generateLightBrightnessTable in class WorldProviderpublic IChunkProvider createChunkGenerator()
createChunkGenerator in class WorldProviderpublic boolean isSurfaceWorld()
isSurfaceWorld in class WorldProviderpublic boolean canCoordinateBeSpawn(int p_76566_1_,
int p_76566_2_)
canCoordinateBeSpawn in class WorldProviderpublic float calculateCelestialAngle(long p_76563_1_,
float p_76563_3_)
calculateCelestialAngle in class WorldProviderpublic boolean canRespawnHere()
canRespawnHere in class WorldProviderpublic boolean doesXZShowFog(int p_76568_1_,
int p_76568_2_)
doesXZShowFog in class WorldProviderpublic java.lang.String getDimensionName()
getDimensionName in class WorldProvider