Enum Class StructureWeightType

java.lang.Object
java.lang.Enum<StructureWeightType>
net.minecraft.world.gen.StructureWeightType
All Implemented Interfaces:
Serializable, Comparable<StructureWeightType>, Constable

public enum StructureWeightType extends Enum<StructureWeightType>
Mappings:
Namespace Name
official cxm
intermediary net/minecraft/class_5847
named net/minecraft/world/gen/StructureWeightType
  • Enum Constant Details

    • NONE

      public static final StructureWeightType NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lcxm;a:Lcxm;
      intermediary field_28922 Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
      named NONE Lnet/minecraft/world/gen/StructureWeightType;NONE:Lnet/minecraft/world/gen/StructureWeightType;
    • BURY

      public static final StructureWeightType BURY
      Mappings:
      Namespace Name Mixin selector
      official b Lcxm;b:Lcxm;
      intermediary field_28923 Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
      named BURY Lnet/minecraft/world/gen/StructureWeightType;BURY:Lnet/minecraft/world/gen/StructureWeightType;
    • BEARD

      public static final StructureWeightType BEARD
      Mappings:
      Namespace Name Mixin selector
      official c Lcxm;c:Lcxm;
      intermediary field_28924 Lnet/minecraft/class_5847;field_28924:Lnet/minecraft/class_5847;
      named BEARD Lnet/minecraft/world/gen/StructureWeightType;BEARD:Lnet/minecraft/world/gen/StructureWeightType;
  • Constructor Details

    • StructureWeightType

      private StructureWeightType()
  • Method Details

    • values

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

      public static StructureWeightType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null