net.minecraft.world.dimension

public abstract class Dimension

anm
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
protected World
b
field_4785
world
worldObj
private WorldGeneratorType
h
field_4786
generatorType
terrainType
private String
i
field_4937
generatorOptions
generatorSettings
protected BiomeSource
c
field_4787
biomeSource
worldChunkMgr
protected boolean
d
field_4788
yeetsWater
isHellWorld
protected boolean
e
field_4789
noSky
hasNoSky
protected final float[]
f
field_4790
brightnessTable
lightBrightnessTable
protected int
g
field_4791
id
dimensionId
private final float[]
j
field_4792
sunriseColor
colorsSunriseSunset

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public final void
a(adm arg0)
method_3981(class_1150 arg0)
init(World world)
registerWorld(World worldIn)
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 x, int z)
public float
a(long arg0, float arg1)
method_3980(long arg0, float arg1)
getTimeOfDay(long time, float tickDelta)
calculateCelestialAngle(long worldTime, float partialTicks)
public int
a(long arg0)
method_3985(long arg0)
getMoonPhase(long time)
getMoonPhase(long worldTime)
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 dimension)
public BlockPos
h()
method_3991()
getForcedSpawnPoint()
getSpawnCoordinate()
public int
i()
method_3992()
getMinSpawnY()
getAverageGroundLevel()
public abstract String
k()
method_3995()
getName()
getDimensionName()
public abstract String
l()
method_9174()
getDataSuffix()
getInternalNameSuffix()
public BiomeSource
m()
method_9175()
getBiomeSource()
getWorldChunkManager()
public boolean
n()
method_9176()
yeetsWater()
doesWaterVaporize()
public boolean
o()
method_9177()
hasNoSky()
getHasNoSky()
public float[]
p()
method_9178()
getBrightnessTable()
getLightBrightnessTable()
public int
q()
method_9179()
getId()
getDimensionId()
public WorldBorder
r()
method_9180()
createWorldBorder()
getWorldBorder()
public float[]
a(float arg0, float arg1)
method_3977(float arg0, float arg1)
getSunriseColor(float timeOfDay, float tickDelta)
calcSunriseSunsetColors(float celestialAngle, float partialTicks)
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 double
j()
method_3994()
getFogSize()
getVoidFogYFactor()
public boolean
b(int arg0, int arg1)
method_3984(int arg0, int arg1)
isFogThick(int x, int z)
doesXZShowFog(int x, int z)