public class NetherDimension extends Dimension
IForgeDimension.SleepResult| Modifier and Type | Field and Description |
|---|---|
private static Vec3d |
field_227177_f_ |
doesWaterVaporize, lightBrightnessTable, MOON_PHASE_FACTORS, nether, world| Constructor and Description |
|---|
NetherDimension(World worldIn,
DimensionType typeIn) |
| Modifier and Type | Method and Description |
|---|---|
float |
calculateCelestialAngle(long worldTime,
float partialTicks) |
boolean |
canRespawnHere() |
ChunkGenerator<?> |
createChunkGenerator() |
WorldBorder |
createWorldBorder() |
boolean |
doesXZShowFog(int x,
int z) |
BlockPos |
findSpawn(ChunkPos chunkPosIn,
boolean checkValid) |
BlockPos |
findSpawn(int posX,
int posZ,
boolean checkValid) |
Vec3d |
getFogColor(float celestialAngle,
float partialTicks) |
boolean |
isSurfaceWorld() |
calcSunriseSunsetColors, doesWaterVaporize, getCloudHeight, getCloudRenderer, getLightBrightness, getMoonPhase, getSkyRenderer, getSpawnCoordinate, getType, getVoidFogYFactor, getWeatherRenderer, getWorld, hasSkyLight, isNether, isSkyColored, onWorldSave, resetRainAndThunder, setCloudRenderer, setSkyRenderer, setWeatherRenderer, tickclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateInitialWeather, canDoLightning, canDoRainSnowIce, canMineBlock, canSleepAt, getActualHeight, getCurrentMoonPhaseFactor, getDimension, getHeight, getLightmapColors, getMovementFactor, getMusicType, getRespawnDimension, getSeaLevel, getSeed, getSpawnPoint, getWorldTime, initCapabilities, isDaytime, isHighHumidity, setAllowedSpawnTypes, setSpawnPoint, setWorldTime, shouldMapSpin, updateWeatherprivate static final Vec3d field_227177_f_
public NetherDimension(World worldIn, DimensionType typeIn)
public Vec3d getFogColor(float celestialAngle, float partialTicks)
getFogColor in class Dimensionpublic ChunkGenerator<?> createChunkGenerator()
createChunkGenerator in class Dimensionpublic boolean isSurfaceWorld()
isSurfaceWorld in class Dimension@Nullable public BlockPos findSpawn(int posX, int posZ, boolean checkValid)
public float calculateCelestialAngle(long worldTime,
float partialTicks)
calculateCelestialAngle in class Dimensionpublic boolean canRespawnHere()
canRespawnHere in class Dimensionpublic boolean doesXZShowFog(int x,
int z)
doesXZShowFog in class Dimensionpublic WorldBorder createWorldBorder()
createWorldBorder in class Dimension