Class Dimension

java.lang.Object
net.minecraft.world.dimension.Dimension
Direct Known Subclasses:
NetherDimension, OverworldDimension, SkylandsDimension

public abstract class Dimension extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_50
glue class_570
server os
client xa
named net/minecraft/world/dimension/Dimension
  • Field Details

    • world

      public World world
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2173 Lnet/minecraft/class_50;field_2173:Lnet/minecraft/class_18;
      glue field_2373 Lclass_570;field_2373:Lclass_129;
      server a Los;a:Ldj;
      client a Lxa;a:Lfd;
      named world Lnet/minecraft/world/dimension/Dimension;world:Lnet/minecraft/world/World;
    • biomeSource

      public BiomeSource biomeSource
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2174 Lnet/minecraft/class_50;field_2174:Lnet/minecraft/class_519;
      glue field_2374 Lclass_570;field_2374:Lclass_592;
      server b Los;b:Lph;
      client b Lxa;b:Lxv;
      named biomeSource Lnet/minecraft/world/dimension/Dimension;biomeSource:Lnet/minecraft/world/biome/source/BiomeSource;
    • isNether

      public boolean isNether
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2175 Lnet/minecraft/class_50;field_2175:Z
      glue field_2375 Lclass_570;field_2375:Z
      server c Los;c:Z
      client c Lxa;c:Z
      named isNether Lnet/minecraft/world/dimension/Dimension;isNether:Z
    • evaporatesWater

      public boolean evaporatesWater
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2176 Lnet/minecraft/class_50;field_2176:Z
      glue field_2376 Lclass_570;field_2376:Z
      server d Los;d:Z
      client d Lxa;d:Z
      named evaporatesWater Lnet/minecraft/world/dimension/Dimension;evaporatesWater:Z
    • hasCeiling

      public boolean hasCeiling
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2177 Lnet/minecraft/class_50;field_2177:Z
      glue field_2377 Lclass_570;field_2377:Z
      server e Los;e:Z
      client e Lxa;e:Z
      named hasCeiling Lnet/minecraft/world/dimension/Dimension;hasCeiling:Z
    • lightLevelToLuminance

      public float[] lightLevelToLuminance
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2178 Lnet/minecraft/class_50;field_2178:[F
      glue field_2378 Lclass_570;field_2378:[F
      server f Los;f:[F
      client f Lxa;f:[F
      named lightLevelToLuminance Lnet/minecraft/world/dimension/Dimension;lightLevelToLuminance:[F
    • id

      public int id
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2179 Lnet/minecraft/class_50;field_2179:I
      glue field_2379 Lclass_570;field_2379:I
      server g Los;g:I
      client g Lxa;g:I
      named id Lnet/minecraft/world/dimension/Dimension;id:I
    • backgroundColor

      private float[] backgroundColor
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2180 Lnet/minecraft/class_50;field_2180:[F
      glue field_2380 Lclass_570;field_2380:[F
      server h Los;h:[F
      client h Lxa;h:[F
      named backgroundColor Lnet/minecraft/world/dimension/Dimension;backgroundColor:[F
  • Constructor Details

    • Dimension

      public Dimension()
  • Method Details

    • setWorld

      public final void setWorld(World world)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1768 Lnet/minecraft/class_50;method_1768(Lnet/minecraft/class_18;)V
      glue method_2031 Lclass_570;method_2031(Lclass_129;)V
      server a Los;a(Ldj;)V
      client a Lxa;a(Lfd;)V
      named setWorld Lnet/minecraft/world/dimension/Dimension;setWorld(Lnet/minecraft/world/World;)V
    • initBrightnessTable

      protected void initBrightnessTable()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1765 Lnet/minecraft/class_50;method_1765()V
      glue method_1979 Lclass_570;method_1979()V
      server c Los;c()V
      client e Lxa;e()V
      named initBrightnessTable Lnet/minecraft/world/dimension/Dimension;initBrightnessTable()V
    • initBiomeSource

      protected void initBiomeSource()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1769 Lnet/minecraft/class_50;method_1769()V
      glue method_44 Lclass_570;method_44()V
      server a Los;a()V
      client a Lxa;a()V
      named initBiomeSource Lnet/minecraft/world/dimension/Dimension;initBiomeSource()V
    • createChunkGenerator

      public ChunkSource createChunkGenerator()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1772 Lnet/minecraft/class_50;method_1772()Lnet/minecraft/class_51;
      glue method_47 Lclass_570;method_47()Lclass_60;
      server b Los;b()Lbl;
      client b Lxa;b()Lcl;
      named createChunkGenerator Lnet/minecraft/world/dimension/Dimension;createChunkGenerator()Lnet/minecraft/world/chunk/ChunkSource;
    • isValidSpawnPoint

      public boolean isValidSpawnPoint(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1770 Lnet/minecraft/class_50;method_1770(II)Z
      glue method_45 Lclass_570;method_45(II)Z
      server a Los;a(II)Z
      client a Lxa;a(II)Z
      named isValidSpawnPoint Lnet/minecraft/world/dimension/Dimension;isValidSpawnPoint(II)Z
    • getTimeOfDay

      public float getTimeOfDay(long time, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1771 Lnet/minecraft/class_50;method_1771(JF)F
      glue method_46 Lclass_570;method_46(JF)F
      server a Los;a(JF)F
      client a Lxa;a(JF)F
      named getTimeOfDay Lnet/minecraft/world/dimension/Dimension;getTimeOfDay(JF)F
    • getBackgroundColor

      @Environment(CLIENT) public float[] getBackgroundColor(float timeOfDay, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1761 Lnet/minecraft/class_50;method_1761(FF)[F
      glue method_119 Lclass_570;method_119(FF)[F
      server method_1761 Los;method_1761(FF)[F
      client a Lxa;a(FF)[F
      named getBackgroundColor Lnet/minecraft/world/dimension/Dimension;getBackgroundColor(FF)[F
    • getFogColor

      @Environment(CLIENT) public Vec3d getFogColor(float timeOfDay, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1762 Lnet/minecraft/class_50;method_1762(FF)Lnet/minecraft/class_26;
      glue method_120 Lclass_570;method_120(FF)Lclass_45;
      server method_1762 Los;method_1762(FF)Lba;
      client b Lxa;b(FF)Lbt;
      named getFogColor Lnet/minecraft/world/dimension/Dimension;getFogColor(FF)Lnet/minecraft/util/math/Vec3d;
    • hasWorldSpawn

      public boolean hasWorldSpawn()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1766 Lnet/minecraft/class_50;method_1766()Z
      glue method_1980 Lclass_570;method_1980()Z
      server d Los;d()Z
      client f Lxa;f()Z
      named hasWorldSpawn Lnet/minecraft/world/dimension/Dimension;hasWorldSpawn()Z
    • fromId

      public static Dimension fromId(int id)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1767 Lnet/minecraft/class_50;method_1767(I)Lnet/minecraft/class_50;
      glue method_2030 Lclass_570;method_2030(I)Lclass_570;
      server a Los;a(I)Los;
      client a Lxa;a(I)Lxa;
      named fromId Lnet/minecraft/world/dimension/Dimension;fromId(I)Lnet/minecraft/world/dimension/Dimension;
    • getCloudHeight

      @Environment(CLIENT) public float getCloudHeight()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1764 Lnet/minecraft/class_50;method_1764()F
      glue method_122 Lclass_570;method_122()F
      server method_1764 Los;method_1764()F
      client d Lxa;d()F
      named getCloudHeight Lnet/minecraft/world/dimension/Dimension;getCloudHeight()F
    • hasGround

      @Environment(CLIENT) public boolean hasGround()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1763 Lnet/minecraft/class_50;method_1763()Z
      glue method_121 Lclass_570;method_121()Z
      server method_1763 Los;method_1763()Z
      client c Lxa;c()Z
      named hasGround Lnet/minecraft/world/dimension/Dimension;hasGround()Z