net.minecraft.world.dimension

public abstract class Dimension

atl
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
MOON_PHASE_FACTORS
protected World
b
field_4785
world
world
private WorldGeneratorType
g
field_4786
generatorType
terrainType
private String
h
field_4937
generatorOptions
generatorSettings
protected BiomeSource
c
field_4787
biomeSource
biomeProvider
protected boolean
d
field_4788
yeetsWater
doesWaterVaporize
protected boolean
e
field_4789
noSky
hasNoSky
protected final float[]
f
field_4790
brightnessTable
lightBrightnessTable
private final float[]
i
field_4792
sunriseColor
colorsSunriseSunset

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public final void
a(aid 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()
createBiomeProvider()
public ChunkGenerator
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 BlockPos
h()
method_3991()
getForcedSpawnPoint()
getSpawnCoordinate()
public int
i()
method_3992()
getMinSpawnY()
getAverageGroundLevel()
public BiomeSource
k()
method_9175()
getBiomeSource()
getBiomeProvider()
public boolean
l()
method_9176()
yeetsWater()
doesWaterVaporize()
public boolean
m()
method_9177()
hasNoSky()
hasNoSky()
public float[]
n()
method_9178()
getBrightnessTable()
getLightBrightnessTable()
public WorldBorder
o()
method_9180()
createWorldBorder()
createWorldBorder()
public void
a(lu arg0)
method_11786(class_798 arg0)
onPlayerAdded(ServerPlayerEntity player)
onPlayerAdded(EntityPlayerMP player)
public void
b(lu arg0)
method_11787(class_798 arg0)
onPlayerRemoved(ServerPlayerEntity player)
onPlayerRemoved(EntityPlayerMP player)
public abstract DimensionType
p()
method_11789()
getType()
getDimensionType()
public void
q()
method_11790()
saveData()
onWorldSave()
public void
r()
method_11791()
tick()
onWorldUpdateEntities()
public boolean
c(int arg0, int arg1)
method_11788(int arg0, int arg1)
canChunkUnload(int chunkX, int chunkZ)
canDropChunk(int x, int z)
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)