Class TheEndDimension

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

public class TheEndDimension extends Dimension
Mappings:
Namespace Name
official boi
intermediary net/minecraft/class_1211
named net/minecraft/world/dimension/TheEndDimension
  • Field Details

    • field_18968

      public static final BlockPos field_18968
      Mappings:
      Namespace Name Mixin selector
      official g Lboi;g:Lel;
      intermediary field_18968 Lnet/minecraft/class_1211;field_18968:Lnet/minecraft/class_2552;
      named field_18968 Lnet/minecraft/world/dimension/TheEndDimension;field_18968:Lnet/minecraft/util/math/BlockPos;
    • field_12952

      private DragonRespawnAnimation field_12952
      Mappings:
      Namespace Name Mixin selector
      official h Lboi;h:Lboh;
      intermediary field_12952 Lnet/minecraft/class_1211;field_12952:Lnet/minecraft/class_2752;
      named field_12952 Lnet/minecraft/world/dimension/TheEndDimension;field_12952:Lnet/minecraft/server/DragonRespawnAnimation;
  • Constructor Details

    • TheEndDimension

      public TheEndDimension()
  • Method Details

    • init

      public void init()
      Specified by:
      init in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official m Lboc;m()V
      intermediary method_3982 Lnet/minecraft/class_1208;method_3982()V
      named init Lnet/minecraft/world/dimension/Dimension;init()V
    • method_17193

      public ChunkGenerator<?> method_17193()
      Specified by:
      method_17193 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official n Lboc;n()Lbmy;
      intermediary method_17193 Lnet/minecraft/class_1208;method_17193()Lnet/minecraft/class_2744;
      named method_17193 Lnet/minecraft/world/dimension/Dimension;method_17193()Lnet/minecraft/server/world/ChunkGenerator;
    • getSkyAngle

      public float getSkyAngle(long timeOfDay, float tickDelta)
      Specified by:
      getSkyAngle in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official a Lboc;a(JF)F
      intermediary method_3980 Lnet/minecraft/class_1208;method_3980(JF)F
      named getSkyAngle Lnet/minecraft/world/dimension/Dimension;getSkyAngle(JF)F
    • getBackgroundColor

      @Environment(CLIENT) @Nullable public float[] getBackgroundColor(float skyAngle, float tickDelta)
      Overrides:
      getBackgroundColor in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official a Lboc;a(FF)[F
      intermediary method_3977 Lnet/minecraft/class_1208;method_3977(FF)[F
      named getBackgroundColor Lnet/minecraft/world/dimension/Dimension;getBackgroundColor(FF)[F
    • getFogColor

      @Environment(CLIENT) public Vec3d getFogColor(float skyAngle, float tickDelta)
      Specified by:
      getFogColor in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official b Lboc;b(FF)Lcee;
      intermediary method_6541 Lnet/minecraft/class_1208;method_6541(FF)Lnet/minecraft/class_236;
      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
      official c Lboc;c()Z
      intermediary method_3990 Lnet/minecraft/class_1208;method_3990()Z
      named hasGround Lnet/minecraft/world/dimension/Dimension;hasGround()Z
    • containsWorldSpawn

      public boolean containsWorldSpawn()
      Specified by:
      containsWorldSpawn in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official p Lboc;p()Z
      intermediary method_3988 Lnet/minecraft/class_1208;method_3988()Z
      named containsWorldSpawn Lnet/minecraft/world/dimension/Dimension;containsWorldSpawn()Z
    • canPlayersSleep

      public boolean canPlayersSleep()
      Specified by:
      canPlayersSleep in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official o Lboc;o()Z
      intermediary method_3987 Lnet/minecraft/class_1208;method_3987()Z
      named canPlayersSleep Lnet/minecraft/world/dimension/Dimension;canPlayersSleep()Z
    • getCloudHeight

      @Environment(CLIENT) public float getCloudHeight()
      Overrides:
      getCloudHeight in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official b Lboc;b()F
      intermediary method_3989 Lnet/minecraft/class_1208;method_3989()F
      named getCloudHeight Lnet/minecraft/world/dimension/Dimension;getCloudHeight()F
    • method_17191

      @Nullable public BlockPos method_17191(ChunkPos chunkPos, boolean bool)
      Specified by:
      method_17191 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official a Lboc;a(Laxm;Z)Lel;
      intermediary method_17191 Lnet/minecraft/class_1208;method_17191(Lnet/minecraft/class_1146;Z)Lnet/minecraft/class_2552;
      named method_17191 Lnet/minecraft/world/dimension/Dimension;method_17191(Lnet/minecraft/util/math/ChunkPos;Z)Lnet/minecraft/util/math/BlockPos;
    • getForcedSpawnPoint

      public BlockPos getForcedSpawnPoint()
      Overrides:
      getForcedSpawnPoint in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official d Lboc;d()Lel;
      intermediary method_3991 Lnet/minecraft/class_1208;method_3991()Lnet/minecraft/class_2552;
      named getForcedSpawnPoint Lnet/minecraft/world/dimension/Dimension;getForcedSpawnPoint()Lnet/minecraft/util/math/BlockPos;
    • method_17190

      @Nullable public BlockPos method_17190(int int2, int int3, boolean bool)
      Specified by:
      method_17190 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official a Lboc;a(IIZ)Lel;
      intermediary method_17190 Lnet/minecraft/class_1208;method_17190(IIZ)Lnet/minecraft/class_2552;
      named method_17190 Lnet/minecraft/world/dimension/Dimension;method_17190(IIZ)Lnet/minecraft/util/math/BlockPos;
    • isFogThick

      @Environment(CLIENT) public boolean isFogThick(int x, int z)
      Specified by:
      isFogThick in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official b Lboc;b(II)Z
      intermediary method_3984 Lnet/minecraft/class_1208;method_3984(II)Z
      named isFogThick Lnet/minecraft/world/dimension/Dimension;isFogThick(II)Z
    • method_11789

      public DimensionType method_11789()
      Specified by:
      method_11789 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official q Lboc;q()Lbod;
      intermediary method_11789 Lnet/minecraft/class_1208;method_11789()Lnet/minecraft/class_3793;
      named method_11789 Lnet/minecraft/world/dimension/Dimension;method_11789()Lnet/minecraft/world/dimension/DimensionType;
    • method_11790

      public void method_11790()
      Overrides:
      method_11790 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official k Lboc;k()V
      intermediary method_11790 Lnet/minecraft/class_1208;method_11790()V
      named method_11790 Lnet/minecraft/world/dimension/Dimension;method_11790()V
    • method_11791

      public void method_11791()
      Overrides:
      method_11791 in class Dimension
      Mappings:
      Namespace Name Mixin selector
      official l Lboc;l()V
      intermediary method_11791 Lnet/minecraft/class_1208;method_11791()V
      named method_11791 Lnet/minecraft/world/dimension/Dimension;method_11791()V
    • method_11818

      @Nullable public DragonRespawnAnimation method_11818()
      Mappings:
      Namespace Name Mixin selector
      official r Lboi;r()Lboh;
      intermediary method_11818 Lnet/minecraft/class_1211;method_11818()Lnet/minecraft/class_2752;
      named method_11818 Lnet/minecraft/world/dimension/TheEndDimension;method_11818()Lnet/minecraft/server/DragonRespawnAnimation;