net.minecraft.world.dimension

public abstract class Dimension

boc
net.minecraft.class_1208
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.Dimension

Field summary

Modifier and TypeField
public static final float[]
a
field_18952
MOON_PHASE_TO_SIZE
field_111203_a
MOON_PHASE_FACTORS
protected World
b
field_4785
world
field_76579_a
world
protected boolean
c
field_4788
yeetsWater
field_76575_d
doesWaterVaporize
protected boolean
d
field_4789
hasCeiling
field_76576_e
nether
protected boolean
e
field_18953
hasSkyLight
field_191067_f
hasSkyLight
protected final float[]
f
field_4790
brightnessTable
field_76573_f
lightBrightnessTable
private final float[]
g
field_4792
sunriseColor
field_76580_h
colorsSunriseSunset

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public final void
a(axy arg0)
method_3981(class_1150 arg0)
init(World world)
func_76558_a(World arg0)
setWorld(World worldIn)
protected void
a()
method_3976()
initBrightnessTable()
func_76556_a()
generateLightBrightnessTable()
public int
a(long arg0)
method_3985(long arg0)
getMoonPhase(long time)
func_76559_b(long arg0)
getMoonPhase(long worldTime)
public BlockPos
d()
method_3991()
getForcedSpawnPoint()
func_177496_h()
getSpawnCoordinate()
public boolean
f()
method_9176()
yeetsWater()
func_177500_n()
doesWaterVaporize()
public boolean
g()
method_13768()
hasSkyLight()
func_191066_m()
hasSkyLight()
public boolean
h()
method_9177()
hasCeiling()
func_177495_o()
isNether()
public float[]
i()
method_9178()
getBrightnessTable()
func_177497_p()
getLightBrightnessTable()
public WorldBorder
j()
method_9180()
createWorldBorder()
func_177501_r()
createWorldBorder()
public void
a(tf arg0)
method_11786(class_798 arg0)
onPlayerAdded(ServerPlayerEntity player)
func_186061_a(EntityPlayerMP arg0)
onPlayerAdded(EntityPlayerMP player)
public void
b(tf arg0)
method_11787(class_798 arg0)
onPlayerRemoved(ServerPlayerEntity player)
func_186062_b(EntityPlayerMP arg0)
onPlayerRemoved(EntityPlayerMP player)
public void
k()
method_11790()
saveData()
func_186057_q()
onWorldSave()
public void
l()
method_11791()
tick()
func_186059_r()
tick()
public boolean
a(int arg0, int arg1)
method_17189(int arg0, int arg1)
canChunkUnload(int chunkX, int chunkZ)
func_186056_c(int arg0, int arg1)
canDropChunk(int x, int z)
protected abstract void
m()
method_3982()
initBiomeSource()
func_76572_b()
init()
public abstract ChunkGenerator<?>
n()
method_17193()
createChunkGenerator()
func_186060_c()
createChunkGenerator()
public abstract BlockPos
a(axm arg0, boolean arg1)
method_17191(class_1146 arg0, boolean arg1)
findValidSpawnPoint(ChunkPos chunkPos, boolean checkSurfaceBlock)
func_206920_a(ChunkPos arg0, boolean arg1)
findSpawn(ChunkPos arg0, boolean checkValid)
public abstract BlockPos
a(int arg0, int arg1, boolean arg2)
method_17190(int arg0, int arg1, boolean arg2)
findValidSpawnPos(int x, int z, boolean checkSurfaceBlock)
func_206921_a(int arg0, int arg1, boolean arg2)
findSpawn(int arg0, int arg1, boolean checkValid)
public abstract float
a(long arg0, float arg1)
method_3980(long arg0, float arg1)
getTimeOfDay(long time, float tickDelta)
func_76563_a(long arg0, float arg1)
calculateCelestialAngle(long worldTime, float partialTicks)
public abstract boolean
o()
method_3987()
isNatural()
func_76569_d()
isSurfaceWorld()
public abstract boolean
p()
method_3988()
hasSpawnPoint()
func_76567_e()
canRespawnHere()
public abstract DimensionType
q()
method_11789()
getType()
func_186058_p()
getType()
public float[]
a(float arg0, float arg1)
method_3977(float arg0, float arg1)
getSunriseColor(float timeOfDay, float tickDelta)
func_76560_a(float arg0, float arg1)
calcSunriseSunsetColors(float celestialAngle, float partialTicks)
public float
b()
method_3989()
getCloudHeight()
func_76571_f()
getCloudHeight()
public boolean
c()
method_3990()
hasGround()
func_76561_g()
isSkyColored()
public double
e()
method_17192()
getFogSize()
func_76565_k()
getVoidFogYFactor()
public abstract Vec3d
b(float arg0, float arg1)
method_6541(float arg0, float arg1)
getFogColor(float timeOfDay, float tickDelta)
func_76562_b(float arg0, float arg1)
getFogColor(float arg0, float arg1)
public abstract boolean
b(int arg0, int arg1)
method_3984(int arg0, int arg1)
isFogThick(int x, int z)
func_76568_b(int arg0, int arg1)
doesXZShowFog(int x, int z)