net.minecraft.world.level.dimension

public abstract class Dimension

bym
net.minecraft.world.level.dimension.Dimension
net.minecraft.class_2869
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.Dimension
net.minecraft.server.v1_14_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)

Method summary

Modifier and TypeMethod
protected void
a()
updateLightRamp()
method_12447()
initializeLightLevelToBrightness()
func_76556_a()
public int
a(long arg0)
getMoonPhase(long arg0)
method_12454(long arg0)
getMoonPhase(long time)
func_76559_b(long arg0)
public BlockPos
d()
getDimensionSpecificSpawn()
method_12466()
getForcedSpawnPoint()
func_177496_h()
public boolean
f()
isUltraWarm()
method_12465()
doesWaterVaporize()
func_177500_n()
isNether()
public boolean
g()
isHasSkyLight()
method_12451()
hasSkyLight()
func_191066_m()
public boolean
h()
isHasCeiling()
method_12467()
isNether()
func_177495_o()
public float[]
i()
getBrightnessRamp()
method_12456()
getLightLevelToBrightness()
func_177497_p()
public WorldBorder
j()
createWorldBorder()
method_12463()
createWorldBorder()
func_177501_r()
getWorldBorder()
public void
k()
saveData()
method_12450()
saveWorldData()
func_186057_q()
public void
l()
tick()
method_12461()
update()
func_186059_r()
public abstract ChunkGenerator<?>
m()
createRandomLevelGenerator()
method_12443()
createChunkGenerator()
func_186060_c()
getChunkGenerator()
public abstract BlockPos
a(bhd 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
n()
isNaturalDimension()
method_12462()
hasVisibleSky()
func_76569_d()
isOverworld()
public abstract boolean
o()
mayRespawn()
method_12448()
canPlayersSleep()
func_76567_e()
canRespawn()
public abstract DimensionType
p()
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
b()
getCloudHeight()
method_12455()
getCloudHeight()
func_76571_f()
public boolean
c()
hasGround()
method_12449()
func_76561_g()
public double
e()
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)