Enum Heightmap.RenderStatus

java.lang.Object
java.lang.Enum<Heightmap.RenderStatus>
net.minecraft.world.Heightmap.RenderStatus
All Implemented Interfaces:
Serializable, Comparable<Heightmap.RenderStatus>, java.lang.constant.Constable
Enclosing class:
Heightmap

@Environment(CLIENT)
public static enum Heightmap.RenderStatus
extends Enum<Heightmap.RenderStatus>
Mappings:
Namespace Name
official bhn$a
intermediary net/minecraft/class_1103$class_1104
named net/minecraft/world/Heightmap$RenderStatus
  • Enum Constant Details

    • PENDING

      public static final Heightmap.RenderStatus PENDING
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn$a;a:Lbhn$a;
      intermediary field_4719 Lnet/minecraft/class_1103$class_1104;field_4719:Lnet/minecraft/class_1103$class_1104;
      named PENDING Lnet/minecraft/world/Heightmap$RenderStatus;PENDING:Lnet/minecraft/world/Heightmap$RenderStatus;
    • COMPILING

      public static final Heightmap.RenderStatus COMPILING
      Mappings:
      Namespace Name Mixin selector
      official b Lbhn$a;b:Lbhn$a;
      intermediary field_4720 Lnet/minecraft/class_1103$class_1104;field_4720:Lnet/minecraft/class_1103$class_1104;
      named COMPILING Lnet/minecraft/world/Heightmap$RenderStatus;COMPILING:Lnet/minecraft/world/Heightmap$RenderStatus;
    • UPLOADING

      public static final Heightmap.RenderStatus UPLOADING
      Mappings:
      Namespace Name Mixin selector
      official c Lbhn$a;c:Lbhn$a;
      intermediary field_4721 Lnet/minecraft/class_1103$class_1104;field_4721:Lnet/minecraft/class_1103$class_1104;
      named UPLOADING Lnet/minecraft/world/Heightmap$RenderStatus;UPLOADING:Lnet/minecraft/world/Heightmap$RenderStatus;
    • DONE

      public static final Heightmap.RenderStatus DONE
      Mappings:
      Namespace Name Mixin selector
      official d Lbhn$a;d:Lbhn$a;
      intermediary field_4722 Lnet/minecraft/class_1103$class_1104;field_4722:Lnet/minecraft/class_1103$class_1104;
      named DONE Lnet/minecraft/world/Heightmap$RenderStatus;DONE:Lnet/minecraft/world/Heightmap$RenderStatus;
  • Constructor Details

    • RenderStatus

      private RenderStatus()
  • Method Details

    • values

      public static Heightmap.RenderStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Heightmap.RenderStatus valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null