public class EndDimension extends Dimension
IForgeDimension.SleepResult
Modifier and Type | Field and Description |
---|---|
static BlockPos |
field_209958_g |
doesWaterVaporize, hasSkyLight, lightBrightnessTable, MOON_PHASE_FACTORS, nether, world
Constructor and Description |
---|
EndDimension() |
EndDimension(DimensionType type) |
Modifier and Type | Method and Description |
---|---|
float[] |
calcSunriseSunsetColors(float celestialAngle,
float partialTicks) |
float |
calculateCelestialAngle(long worldTime,
float partialTicks) |
boolean |
canRespawnHere() |
IChunkGenerator<?> |
createChunkGenerator() |
boolean |
doesXZShowFog(int x,
int z) |
BlockPos |
findSpawn(ChunkPos p_206920_1_,
boolean checkValid) |
BlockPos |
findSpawn(int p_206921_1_,
int p_206921_2_,
boolean checkValid) |
float |
getCloudHeight() |
DragonFightManager |
getDragonFightManager() |
Vec3d |
getFogColor(float p_76562_1_,
float p_76562_2_) |
BlockPos |
getSpawnCoordinate() |
DimensionType |
getType() |
void |
init() |
boolean |
isSkyColored() |
boolean |
isSurfaceWorld() |
void |
onPlayerAdded(EntityPlayerMP player) |
void |
onPlayerRemoved(EntityPlayerMP player) |
void |
onWorldSave() |
void |
tick() |
canDropChunk, createWorldBorder, doesWaterVaporize, generateLightBrightnessTable, getCloudRenderer, getLightBrightnessTable, getMoonPhase, getSkyRenderer, getVoidFogYFactor, getWeatherRenderer, getWorld, hasSkyLight, isNether, resetRainAndThunder, setCloudRenderer, setSkyRenderer, setWeatherRenderer, setWorld
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculateInitialWeather, canDoLightning, canDoRainSnowIce, canMineBlock, canSleepAt, getActualHeight, getBiome, getCloudColor, getCurrentMoonPhaseFactor, getDimension, getHeight, getHorizon, getLightmapColors, getMovementFactor, getMusicType, getRespawnDimension, getSeed, getSkyColor, getSpawnPoint, getStarBrightness, getSunBrightness, getSunBrightnessFactor, getWorldTime, initCapabilities, isDaytime, isHighHumidity, setAllowedSpawnTypes, setSpawnPoint, setWorldTime, shouldClientCheckLighting, shouldMapSpin, updateWeather
public static final BlockPos field_209958_g
public EndDimension()
public EndDimension(DimensionType type)
public IChunkGenerator<?> createChunkGenerator()
createChunkGenerator
in class Dimension
public float calculateCelestialAngle(long worldTime, float partialTicks)
calculateCelestialAngle
in class Dimension
@Nullable public float[] calcSunriseSunsetColors(float celestialAngle, float partialTicks)
calcSunriseSunsetColors
in class Dimension
public Vec3d getFogColor(float p_76562_1_, float p_76562_2_)
getFogColor
in class Dimension
public boolean isSkyColored()
isSkyColored
in class Dimension
public boolean canRespawnHere()
canRespawnHere
in class Dimension
public boolean isSurfaceWorld()
isSurfaceWorld
in class Dimension
public float getCloudHeight()
getCloudHeight
in class Dimension
public BlockPos getSpawnCoordinate()
getSpawnCoordinate
in class Dimension
@Nullable public BlockPos findSpawn(int p_206921_1_, int p_206921_2_, boolean checkValid)
public boolean doesXZShowFog(int x, int z)
doesXZShowFog
in class Dimension
public DimensionType getType()
public void onWorldSave()
onWorldSave
in class Dimension
@Nullable public DragonFightManager getDragonFightManager()
public void onPlayerAdded(EntityPlayerMP player)
onPlayerAdded
in class Dimension
public void onPlayerRemoved(EntityPlayerMP player)
onPlayerRemoved
in class Dimension