net.minecraft.world.dimension

public abstract class Dimension

aqo
net.minecraft.class_1208
net.minecraft.world.dimension.Dimension
net.minecraft.world.WorldProvider

Field summary

Modifier and TypeField
public static final float[]
a
field_6230
MOON_PHASE_TO_SIZE
moonPhaseFactors
public World
b
field_4785
world
worldObj
public WorldGeneratorType
c
field_4786
generatorType
terrainType
public String
d
field_4937
generatorOptions
field_82913_c
public BiomeSource
e
field_4787
biomeSource
worldChunkMgr
public boolean
f
field_4788
yeetsWater
isHellWorld
public boolean
g
field_4789
noSky
hasNoSky
public float[]
h
field_4790
brightnessTable
lightBrightnessTable
public int
i
field_4791
id
dimensionId
private float[]
j
field_4792
sunriseColor
colorsSunriseSunset

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public final void
a(ahb arg0)
method_3981(class_1150 arg0)
init(World world)
registerWorld(World arg0)
protected void
a()
method_3976()
initBrightnessTable()
generateLightBrightnessTable()
protected void
b()
method_3982()
initBiomeSource()
registerWorldChunkManager()
public ChunkSource
c()
method_3986()
createChunkGenerator()
createChunkGenerator()
public boolean
a(int arg0, int arg1)
method_3979(int arg0, int arg1)
isValidSpawnPoint(int x, int z)
canCoordinateBeSpawn(int arg0, int arg1)
public float
a(long arg0, float arg1)
method_3980(long arg0, float arg1)
getTimeOfDay(long time, float tickDelta)
calculateCelestialAngle(long arg0, float arg1)
public int
a(long arg0)
method_3985(long arg0)
getMoonPhase(long time)
getMoonPhase(long arg0)
public boolean
d()
method_3987()
isNatural()
isSurfaceWorld()
public boolean
e()
method_3988()
hasSpawnPoint()
canRespawnHere()
public static Dimension
a(int arg0)
method_3978(int arg0)
fromId(int id)
getProviderForDimension(int arg0)
public Vec3i
h()
method_3991()
getForcedSpawnPoint()
getEntrancePortalLocation()
public int
i()
method_3992()
getMinSpawnY()
getAverageGroundLevel()
public abstract String
l()
method_3995()
getName()
getDimensionName()
public float[]
a(float arg0, float arg1)
method_3977(float arg0, float arg1)
getSunriseColor(float timeOfDay, float tickDelta)
calcSunriseSunsetColors(float arg0, float arg1)
public Vec3d
b(float arg0, float arg1)
method_6541(float arg0, float arg1)
getFogColor(float timeOfDay, float tickDelta)
getFogColor(float arg0, float arg1)
public float
f()
method_3989()
getCloudHeight()
getCloudHeight()
public boolean
g()
method_3990()
hasGround()
isSkyColored()
public boolean
j()
method_3993()
hasFog()
getWorldHasVoidParticles()
public double
k()
method_3994()
getFogSize()
getVoidFogYFactor()
public boolean
b(int arg0, int arg1)
method_3984(int arg0, int arg1)
isFogThick(int x, int z)
doesXZShowFog(int arg0, int arg1)