Package net.minecraft.world.dimension
Class Dimension
java.lang.Object
net.minecraft.world.dimension.Dimension
- Direct Known Subclasses:
OverworldDimension,TheEndDimension,TheNetherDimension
- Mappings:
Namespace Name official avfintermediary net/minecraft/class_1208named net/minecraft/world/dimension/Dimension
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final float[]protected SingletonBiomeSourceprivate Stringprivate LevelGeneratorTypeprotected booleanprotected booleanprotected final float[]static final float[]protected booleanprotected World -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanfinal voidcopyFromWorls(World world) booleanintfloat[]getBackgroundColor(float skyAngle, float tickDelta) floatabstract DimensionTypegetFogColor(float skyAngle, float tickDelta) float[]intgetMoonPhase(long time) floatgetSkyAngle(long timeOfDay, float tickDelta) booleanprotected voidinit()protected voidbooleanisFogThick(int x, int z) booleanisNether()booleanbooleanisSpawnableBlock(int x, int z) voidmethod_11786(ServerPlayerEntity player) voidmethod_11787(ServerPlayerEntity player) booleanmethod_11788(int x, int z) voidvoiddouble
-
Field Details
-
MOON_PHASE_TO_SIZE
public static final float[] MOON_PHASE_TO_SIZE- Mappings:
Namespace Name Mixin selector official aLavf;a:[Fintermediary field_6230Lnet/minecraft/class_1208;field_6230:[Fnamed MOON_PHASE_TO_SIZELnet/minecraft/world/dimension/Dimension;MOON_PHASE_TO_SIZE:[F
-
world
- Mappings:
Namespace Name Mixin selector official bLavf;b:Lajs;intermediary field_4785Lnet/minecraft/class_1208;field_4785:Lnet/minecraft/class_1150;named worldLnet/minecraft/world/dimension/Dimension;world:Lnet/minecraft/world/World;
-
generatorType
- Mappings:
Namespace Name Mixin selector official hLavf;h:Lajx;intermediary field_4786Lnet/minecraft/class_1208;field_4786:Lnet/minecraft/class_1160;named generatorTypeLnet/minecraft/world/dimension/Dimension;generatorType:Lnet/minecraft/world/level/LevelGeneratorType;
-
generatorOptions
- Mappings:
Namespace Name Mixin selector official iLavf;i:Ljava/lang/String;intermediary field_4937Lnet/minecraft/class_1208;field_4937:Ljava/lang/String;named generatorOptionsLnet/minecraft/world/dimension/Dimension;generatorOptions:Ljava/lang/String;
-
field_4787
- Mappings:
Namespace Name Mixin selector official cLavf;c:Lakj;intermediary field_4787Lnet/minecraft/class_1208;field_4787:Lnet/minecraft/class_1178;named field_4787Lnet/minecraft/world/dimension/Dimension;field_4787:Lnet/minecraft/world/biome/SingletonBiomeSource;
-
waterVaporizes
protected boolean waterVaporizes- Mappings:
Namespace Name Mixin selector official dLavf;d:Zintermediary field_4788Lnet/minecraft/class_1208;field_4788:Znamed waterVaporizesLnet/minecraft/world/dimension/Dimension;waterVaporizes:Z
-
isNether
protected boolean isNether- Mappings:
Namespace Name Mixin selector official eLavf;e:Zintermediary field_4789Lnet/minecraft/class_1208;field_4789:Znamed isNetherLnet/minecraft/world/dimension/Dimension;isNether:Z
-
isOverworld
protected boolean isOverworld- Mappings:
Namespace Name Mixin selector official fLavf;f:Zintermediary field_15183Lnet/minecraft/class_1208;field_15183:Znamed isOverworldLnet/minecraft/world/dimension/Dimension;isOverworld:Z
-
lightLevelToBrightness
protected final float[] lightLevelToBrightness- Mappings:
Namespace Name Mixin selector official gLavf;g:[Fintermediary field_4790Lnet/minecraft/class_1208;field_4790:[Fnamed lightLevelToBrightnessLnet/minecraft/world/dimension/Dimension;lightLevelToBrightness:[F
-
backgroundColor
private final float[] backgroundColor- Mappings:
Namespace Name Mixin selector official jLavf;j:[Fintermediary field_4792Lnet/minecraft/class_1208;field_4792:[Fnamed backgroundColorLnet/minecraft/world/dimension/Dimension;backgroundColor:[F
-
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
copyFromWorls
- Mappings:
Namespace Name Mixin selector official aLavf;a(Lajs;)Vintermediary method_3981Lnet/minecraft/class_1208;method_3981(Lnet/minecraft/class_1150;)Vnamed copyFromWorlsLnet/minecraft/world/dimension/Dimension;copyFromWorls(Lnet/minecraft/world/World;)V
-
initializeLightLevelToBrightness
protected void initializeLightLevelToBrightness()- Mappings:
Namespace Name Mixin selector official aLavf;a()Vintermediary method_3976Lnet/minecraft/class_1208;method_3976()Vnamed initializeLightLevelToBrightnessLnet/minecraft/world/dimension/Dimension;initializeLightLevelToBrightness()V
-
init
protected void init()- Mappings:
Namespace Name Mixin selector official bLavf;b()Vintermediary method_3982Lnet/minecraft/class_1208;method_3982()Vnamed initLnet/minecraft/world/dimension/Dimension;init()V
-
method_3986
- Mappings:
Namespace Name Mixin selector official cLavf;c()Laui;intermediary method_3986Lnet/minecraft/class_1208;method_3986()Lnet/minecraft/class_2744;named method_3986Lnet/minecraft/world/dimension/Dimension;method_3986()Lnet/minecraft/server/world/ChunkGenerator;
-
isSpawnableBlock
public boolean isSpawnableBlock(int x, int z) - Mappings:
Namespace Name Mixin selector official aLavf;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) - Mappings:
Namespace Name Mixin selector official aLavf;a(JF)Fintermediary method_3980Lnet/minecraft/class_1208;method_3980(JF)Fnamed getSkyAngleLnet/minecraft/world/dimension/Dimension;getSkyAngle(JF)F
-
getMoonPhase
public int getMoonPhase(long time) - Mappings:
Namespace Name Mixin selector official aLavf;a(J)Iintermediary method_3985Lnet/minecraft/class_1208;method_3985(J)Inamed getMoonPhaseLnet/minecraft/world/dimension/Dimension;getMoonPhase(J)I
-
canPlayersSleep
public boolean canPlayersSleep()- Mappings:
Namespace Name Mixin selector official dLavf;d()Zintermediary method_3987Lnet/minecraft/class_1208;method_3987()Znamed canPlayersSleepLnet/minecraft/world/dimension/Dimension;canPlayersSleep()Z
-
getBackgroundColor
- Mappings:
Namespace Name Mixin selector official aLavf;a(FF)[Fintermediary method_3977Lnet/minecraft/class_1208;method_3977(FF)[Fnamed getBackgroundColorLnet/minecraft/world/dimension/Dimension;getBackgroundColor(FF)[F
-
getFogColor
- Mappings:
Namespace Name Mixin selector official bLavf;b(FF)Lbdw;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;
-
containsWorldSpawn
public boolean containsWorldSpawn()- Mappings:
Namespace Name Mixin selector official eLavf;e()Zintermediary method_3988Lnet/minecraft/class_1208;method_3988()Znamed containsWorldSpawnLnet/minecraft/world/dimension/Dimension;containsWorldSpawn()Z
-
getCloudHeight
- Mappings:
Namespace Name Mixin selector official fLavf;f()Fintermediary method_3989Lnet/minecraft/class_1208;method_3989()Fnamed getCloudHeightLnet/minecraft/world/dimension/Dimension;getCloudHeight()F
-
hasGround
- Mappings:
Namespace Name Mixin selector official gLavf;g()Zintermediary method_3990Lnet/minecraft/class_1208;method_3990()Znamed hasGroundLnet/minecraft/world/dimension/Dimension;hasGround()Z
-
getForcedSpawnPoint
- Mappings:
Namespace Name Mixin selector official hLavf;h()Lco;intermediary method_3991Lnet/minecraft/class_1208;method_3991()Lnet/minecraft/class_2552;named getForcedSpawnPointLnet/minecraft/world/dimension/Dimension;getForcedSpawnPoint()Lnet/minecraft/util/math/BlockPos;
-
getAverageYLevel
public int getAverageYLevel()- Mappings:
Namespace Name Mixin selector official iLavf;i()Iintermediary method_3992Lnet/minecraft/class_1208;method_3992()Inamed getAverageYLevelLnet/minecraft/world/dimension/Dimension;getAverageYLevel()I
-
method_3994
- Mappings:
Namespace Name Mixin selector official jLavf;j()Dintermediary method_3994Lnet/minecraft/class_1208;method_3994()Dnamed method_3994Lnet/minecraft/world/dimension/Dimension;method_3994()D
-
isFogThick
- Mappings:
Namespace Name Mixin selector official bLavf;b(II)Zintermediary method_3984Lnet/minecraft/class_1208;method_3984(II)Znamed isFogThickLnet/minecraft/world/dimension/Dimension;isFogThick(II)Z
-
method_9175
- Mappings:
Namespace Name Mixin selector official kLavf;k()Lakj;intermediary method_9175Lnet/minecraft/class_1208;method_9175()Lnet/minecraft/class_1178;named method_9175Lnet/minecraft/world/dimension/Dimension;method_9175()Lnet/minecraft/world/biome/SingletonBiomeSource;
-
doesWaterVaporize
public boolean doesWaterVaporize()- Mappings:
Namespace Name Mixin selector official lLavf;l()Zintermediary method_9176Lnet/minecraft/class_1208;method_9176()Znamed doesWaterVaporizeLnet/minecraft/world/dimension/Dimension;doesWaterVaporize()Z
-
isOverworld
public boolean isOverworld()- Mappings:
Namespace Name Mixin selector official mLavf;m()Zintermediary method_13768Lnet/minecraft/class_1208;method_13768()Znamed isOverworldLnet/minecraft/world/dimension/Dimension;isOverworld()Z
-
isNether
public boolean isNether()- Mappings:
Namespace Name Mixin selector official nLavf;n()Zintermediary method_9177Lnet/minecraft/class_1208;method_9177()Znamed isNetherLnet/minecraft/world/dimension/Dimension;isNether()Z
-
getLightLevelToBrightness
public float[] getLightLevelToBrightness()- Mappings:
Namespace Name Mixin selector official oLavf;o()[Fintermediary method_9178Lnet/minecraft/class_1208;method_9178()[Fnamed getLightLevelToBrightnessLnet/minecraft/world/dimension/Dimension;getLightLevelToBrightness()[F
-
createWorldBorder
- Mappings:
Namespace Name Mixin selector official pLavf;p()Lauf;intermediary method_9180Lnet/minecraft/class_1208;method_9180()Lnet/minecraft/class_2250;named createWorldBorderLnet/minecraft/world/dimension/Dimension;createWorldBorder()Lnet/minecraft/world/border/WorldBorder;
-
method_11786
- Mappings:
Namespace Name Mixin selector official aLavf;a(Lly;)Vintermediary method_11786Lnet/minecraft/class_1208;method_11786(Lnet/minecraft/class_798;)Vnamed method_11786Lnet/minecraft/world/dimension/Dimension;method_11786(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
-
method_11787
- Mappings:
Namespace Name Mixin selector official bLavf;b(Lly;)Vintermediary method_11787Lnet/minecraft/class_1208;method_11787(Lnet/minecraft/class_798;)Vnamed method_11787Lnet/minecraft/world/dimension/Dimension;method_11787(Lnet/minecraft/entity/player/ServerPlayerEntity;)V
-
getDimensionType
- Mappings:
Namespace Name Mixin selector official qLavf;q()Lavg;intermediary method_11789Lnet/minecraft/class_1208;method_11789()Lnet/minecraft/class_2750;named getDimensionTypeLnet/minecraft/world/dimension/Dimension;getDimensionType()Lnet/minecraft/world/dimension/DimensionType;
-
method_11790
public void method_11790()- Mappings:
Namespace Name Mixin selector official rLavf;r()Vintermediary method_11790Lnet/minecraft/class_1208;method_11790()Vnamed method_11790Lnet/minecraft/world/dimension/Dimension;method_11790()V
-
method_11791
public void method_11791()- Mappings:
Namespace Name Mixin selector official sLavf;s()Vintermediary method_11791Lnet/minecraft/class_1208;method_11791()Vnamed method_11791Lnet/minecraft/world/dimension/Dimension;method_11791()V
-
method_11788
public boolean method_11788(int x, int z) - Mappings:
Namespace Name Mixin selector official cLavf;c(II)Zintermediary method_11788Lnet/minecraft/class_1208;method_11788(II)Znamed method_11788Lnet/minecraft/world/dimension/Dimension;method_11788(II)Z
-