net.minecraft.world.level.dimension

public abstract class Dimension

cbh
net.minecraft.world.level.dimension.Dimension
net.minecraft.class_2869
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.Dimension
net.minecraft.server.v1_15_R1.WorldProvider

Field summary

Modifier and TypeField
public static final float[]
a
MOON_BRIGHTNESS_PER_PHASE
field_13059
MOON_PHASE_TO_SIZE
field_111203_a
protected final Level
b
level
field_13058
world
field_76579_a
private final DimensionType
f
type
field_13055
type
field_222669_f
protected boolean
c
ultraWarm
field_13057
waterVaporizes
field_76575_d
protected boolean
d
hasCeiling
field_13056
isNether
field_76576_e
protected final float[]
e
brightnessRamp
field_13053
lightLevelToBrightness
field_76573_f
private final float[]
g
sunriseCol
field_13054
backgroundColor
field_76580_h

Constructor summary

ModifierConstructor
public (Level world, DimensionType type, float arg2)

Method summary

Modifier and TypeMethod
public int
a(long arg0)
getMoonPhase(long arg0)
method_12454(long arg0)
getMoonPhase(long time)
func_76559_b(long arg0)
public BlockPos
c()
getDimensionSpecificSpawn()
method_12466()
getForcedSpawnPoint()
func_177496_h()
public boolean
e()
isUltraWarm()
method_12465()
doesWaterVaporize()
func_177500_n()
isNether()
public boolean
f()
isHasSkyLight()
method_12451()
hasSkyLight()
func_191066_m()
public boolean
g()
isHasCeiling()
method_12467()
isNether()
func_177495_o()
public float
a(int arg0)
getBrightness(int arg0)
method_23759(int arg0)
getBrightness(int lightLevel)
func_227174_a_(int arg0)
public WorldBorder
h()
createWorldBorder()
method_12463()
createWorldBorder()
func_177501_r()
getWorldBorder()
public void
i()
saveData()
method_12450()
saveWorldData()
func_186057_q()
public void
j()
tick()
method_12461()
update()
func_186059_r()
public abstract ChunkGenerator<?>
k()
createRandomLevelGenerator()
method_12443()
createChunkGenerator()
func_186060_c()
getChunkGenerator()
public abstract BlockPos
a(bjh arg0, boolean arg1)
getSpawnPosInChunk(ChunkPos arg0, boolean arg1)
method_12452(class_1923 arg0, boolean arg1)
getSpawningBlockInChunk(ChunkPos chunkPos, boolean checkMobSpawnValidity)
func_206920_a(ChunkPos arg0, boolean arg1)
public abstract BlockPos
a(int arg0, int arg1, boolean arg2)
getValidSpawnPosition(int arg0, int arg1, boolean arg2)
method_12444(int arg0, int arg1, boolean arg2)
getTopSpawningBlockPosition(int x, int z, boolean checkMobSpawnValidity)
func_206921_a(int arg0, int arg1, boolean arg2)
public abstract float
a(long arg0, float arg1)
getTimeOfDay(long arg0, float arg1)
method_12464(long arg0, float arg1)
getSkyAngle(long timeOfDay, float tickDelta)
func_76563_a(long arg0, float arg1)
public abstract boolean
l()
isNaturalDimension()
method_12462()
hasVisibleSky()
func_76569_d()
isOverworld()
public abstract boolean
m()
mayRespawn()
method_12448()
canPlayersSleep()
func_76567_e()
canRespawn()
public abstract DimensionType
n()
getType()
method_12460()
getType()
func_186058_p()
getDimensionManager()
public float[]
a(float arg0, float arg1)
getSunriseColor(float arg0, float arg1)
method_12446(float arg0, float arg1)
getBackgroundColor(float skyAngle, float tickDelta)
func_76560_a(float arg0, float arg1)
public float
a()
getCloudHeight()
method_12455()
getCloudHeight()
func_76571_f()
public boolean
b()
hasGround()
method_12449()
hasGround()
func_76561_g()
public double
d()
getClearColorScale()
method_12459()
getHorizonShadingRatio()
func_76565_k()
public abstract Vec3
b(float arg0, float arg1)
getFogColor(float arg0, float arg1)
method_12445(float arg0, float arg1)
getFogColor(float skyAngle, float tickDelta)
func_76562_b(float arg0, float arg1)
public abstract boolean
a(int arg0, int arg1)
isFoggyAt(int arg0, int arg1)
method_12453(int arg0, int arg1)
isFogThick(int x, int z)
func_76568_b(int arg0, int arg1)