public class WorldProviderHell extends WorldProvider
dimensionId, hasNoSky, isHellWorld, lightBrightnessTable, moonPhaseFactors, 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 x,
int z)
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 x,
int z)
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
|
java.lang.String |
getInternalNameSuffix() |
WorldBorder |
getWorldBorder() |
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, doesWaterVaporize, drawClouds, getActualHeight, getAverageGroundLevel, getBiomeGenForCoords, getCloudHeight, getCloudRenderer, getCurrentMoonPhaseFactor, getDepartMessage, getDimensionId, getHasNoSky, getHeight, getHorizon, getLightBrightnessTable, getMoonPhase, getMovementFactor, getProviderForDimension, getRandomizedSpawnPoint, getRespawnDimension, getSaveFolder, getSeed, getSkyColor, getSkyRenderer, getSpawnCoordinate, getSpawnPoint, getStarBrightness, getSunBrightness, getSunBrightnessFactor, getVoidFogYFactor, getWeatherRenderer, getWelcomeMessage, getWorldChunkManager, 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 x,
int z)
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 x,
int z)
doesXZShowFog in class WorldProviderpublic java.lang.String getDimensionName()
getDimensionName in class WorldProviderpublic java.lang.String getInternalNameSuffix()
getInternalNameSuffix in class WorldProviderpublic WorldBorder getWorldBorder()
getWorldBorder in class WorldProvider