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, setWorldclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateInitialWeather, 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, updateWeatherpublic static final BlockPos field_209958_g
public EndDimension()
public EndDimension(DimensionType type)
public IChunkGenerator<?> createChunkGenerator()
createChunkGenerator in class Dimensionpublic float calculateCelestialAngle(long worldTime,
float partialTicks)
calculateCelestialAngle in class Dimension@Nullable
public float[] calcSunriseSunsetColors(float celestialAngle,
float partialTicks)
calcSunriseSunsetColors in class Dimensionpublic Vec3d getFogColor(float p_76562_1_, float p_76562_2_)
getFogColor in class Dimensionpublic boolean isSkyColored()
isSkyColored in class Dimensionpublic boolean canRespawnHere()
canRespawnHere in class Dimensionpublic boolean isSurfaceWorld()
isSurfaceWorld in class Dimensionpublic float getCloudHeight()
getCloudHeight in class Dimensionpublic 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 Dimensionpublic DimensionType getType()
public void onWorldSave()
onWorldSave in class Dimension@Nullable public DragonFightManager getDragonFightManager()
public void onPlayerAdded(EntityPlayerMP player)
onPlayerAdded in class Dimensionpublic void onPlayerRemoved(EntityPlayerMP player)
onPlayerRemoved in class Dimension