Class SkylandsDimension

java.lang.Object
net.minecraft.world.dimension.Dimension
net.minecraft.world.dimension.SkylandsDimension

public class SkylandsDimension extends Dimension
Mappings:
Namespace Name
intermediary net/minecraft/class_176
glue class_20
server aj
client ay
named net/minecraft/world/dimension/SkylandsDimension
  • Constructor Details

    • SkylandsDimension

      public SkylandsDimension()
  • Method Details

    • initBiomeSource

      public void initBiomeSource()
      Overrides:
      initBiomeSource in class Dimension
      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()
      Overrides:
      createChunkGenerator in class Dimension
      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;
    • getTimeOfDay

      public float getTimeOfDay(long time, float tickDelta)
      Overrides:
      getTimeOfDay in class Dimension
      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)
      Overrides:
      getBackgroundColor in class Dimension
      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)
      Overrides:
      getFogColor in class Dimension
      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;
    • hasGround

      @Environment(CLIENT) public boolean hasGround()
      Overrides:
      hasGround in class Dimension
      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
    • getCloudHeight

      @Environment(CLIENT) public float getCloudHeight()
      Overrides:
      getCloudHeight in class Dimension
      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
    • isValidSpawnPoint

      public boolean isValidSpawnPoint(int x, int z)
      Overrides:
      isValidSpawnPoint in class Dimension
      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