Package net.minecraft.world.dimension
Class TheNetherDimension
java.lang.Object
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.TheNetherDimension
- Mappings:
Namespace Name official apaintermediary net/minecraft/class_1209named net/minecraft/world/dimension/TheNetherDimension
-
Field Summary
Fields inherited from class net.minecraft.world.dimension.Dimension
biomeSource, dimensionType, generatorOptions, generatorType, isNether, lightLevelToBrightness, MOON_PHASE_TO_SIZE, waterVaporizes, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetFogColor(float skyAngle, float tickDelta) getName()floatgetSkyAngle(long timeOfDay, float tickDelta) voidinit()protected voidbooleanisFogThick(int x, int z) booleanisSpawnableBlock(int x, int z) Methods inherited from class net.minecraft.world.dimension.Dimension
copyFromWorls, getAverageYLevel, getBackgroundColor, getById, getCloudHeight, getMoonPhase, getWorldSpawn, hasGround, method_3993, method_3994
-
Constructor Details
-
TheNetherDimension
public TheNetherDimension()
-
-
Method Details
-
init
public void init() -
getFogColor
- Overrides:
getFogColorin classDimension- Mappings:
Namespace Name Mixin selector official bLaoz;b(FF)Layj;intermediary method_6541Lnet/minecraft/class_1208;method_6541(FF)Lnet/minecraft/class_236;named getFogColorLnet/minecraft/world/dimension/Dimension;getFogColor(FF)Lnet/minecraft/util/math/Vec3d;
-
initializeLightLevelToBrightness
protected void initializeLightLevelToBrightness()- Overrides:
initializeLightLevelToBrightnessin classDimension- Mappings:
Namespace Name Mixin selector official aLaoz;a()Vintermediary method_3976Lnet/minecraft/class_1208;method_3976()Vnamed initializeLightLevelToBrightnessLnet/minecraft/world/dimension/Dimension;initializeLightLevelToBrightness()V
-
createChunkGenerator
- Overrides:
createChunkGeneratorin classDimension- Mappings:
Namespace Name Mixin selector official cLaoz;c()Laof;intermediary method_3986Lnet/minecraft/class_1208;method_3986()Lnet/minecraft/class_1193;named createChunkGeneratorLnet/minecraft/world/dimension/Dimension;createChunkGenerator()Lnet/minecraft/world/chunk/ChunkProvider;
-
canPlayersSleep
public boolean canPlayersSleep()- Overrides:
canPlayersSleepin classDimension- Mappings:
Namespace Name Mixin selector official dLaoz;d()Zintermediary method_3987Lnet/minecraft/class_1208;method_3987()Znamed canPlayersSleepLnet/minecraft/world/dimension/Dimension;canPlayersSleep()Z
-
isSpawnableBlock
public boolean isSpawnableBlock(int x, int z) - Overrides:
isSpawnableBlockin classDimension- Mappings:
Namespace Name Mixin selector official aLaoz;a(II)Zintermediary method_3979Lnet/minecraft/class_1208;method_3979(II)Znamed isSpawnableBlockLnet/minecraft/world/dimension/Dimension;isSpawnableBlock(II)Z
-
getSkyAngle
public float getSkyAngle(long timeOfDay, float tickDelta) - Overrides:
getSkyAnglein classDimension- Mappings:
Namespace Name Mixin selector official aLaoz;a(JF)Fintermediary method_3980Lnet/minecraft/class_1208;method_3980(JF)Fnamed getSkyAngleLnet/minecraft/world/dimension/Dimension;getSkyAngle(JF)F
-
containsWorldSpawn
public boolean containsWorldSpawn()- Overrides:
containsWorldSpawnin classDimension- Mappings:
Namespace Name Mixin selector official eLaoz;e()Zintermediary method_3988Lnet/minecraft/class_1208;method_3988()Znamed containsWorldSpawnLnet/minecraft/world/dimension/Dimension;containsWorldSpawn()Z
-
isFogThick
- Overrides:
isFogThickin classDimension- Mappings:
Namespace Name Mixin selector official bLaoz;b(II)Zintermediary method_3984Lnet/minecraft/class_1208;method_3984(II)Znamed isFogThickLnet/minecraft/world/dimension/Dimension;isFogThick(II)Z
-
getName
-