Package net.minecraft.world.dimension
Class OverworldDimension
java.lang.Object
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.OverworldDimension
public class OverworldDimension extends Dimension
- Mappings:
Namespace Name official anointermediary net/minecraft/class_413named net/minecraft/world/dimension/OverworldDimension
-
Field Summary
Fields inherited from class net.minecraft.world.dimension.Dimension
biomeSource, dimensionType, isNether, lightLevelToBrightness, MOON_PHASE_TO_SIZE, waterVaporizes, world -
Constructor Summary
Constructors Constructor Description OverworldDimension() -
Method Summary
Modifier and Type Method Description StringgetName()StringgetPersistentStateSuffix()Methods inherited from class net.minecraft.world.dimension.Dimension
copyFromWorls, createWorldBorder, doesWaterVaporize, getBackgroundColor, getBiomeSource, getById, getCloudHeight, getForcedSpawnPoint, getLightLevelToBrightness, getMoonPhase, getType, hasGround, isFogThick, isNether, method_1466, method_1469, method_1471, method_1473, method_1474, method_1476, method_1477, method_1478, method_1482, method_1483
-
Constructor Details
-
OverworldDimension
public OverworldDimension()
-
-
Method Details
-
getName
-
getPersistentStateSuffix
- Specified by:
getPersistentStateSuffixin classDimension- Mappings:
Namespace Name Mixin selector official lLanm;l()Ljava/lang/String;intermediary method_1485Lnet/minecraft/class_411;method_1485()Ljava/lang/String;named getPersistentStateSuffixLnet/minecraft/world/dimension/Dimension;getPersistentStateSuffix()Ljava/lang/String;
-