Enum Class XBiomeLayer

java.lang.Object
java.lang.Enum<XBiomeLayer>
net.minecraft.world.biome.layer.XBiomeLayer
All Implemented Interfaces:
Serializable, Comparable<XBiomeLayer>, Constable, class_4052, class_4057, class_4059, class_4060

public enum XBiomeLayer extends Enum<XBiomeLayer> implements class_4057
Mappings:
Namespace Name
official bzu
intermediary net/minecraft/class_1785
named net/minecraft/world/biome/layer/XBiomeLayer
  • Enum Constant Details

    • INSTANCE

      public static final XBiomeLayer INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lbzu;a:Lbzu;
      intermediary field_19565 Lnet/minecraft/class_1785;field_19565:Lnet/minecraft/class_1785;
      named INSTANCE Lnet/minecraft/world/biome/layer/XBiomeLayer;INSTANCE:Lnet/minecraft/world/biome/layer/XBiomeLayer;
  • Field Details

    • field_19566

      private static final int field_19566
      Mappings:
      Namespace Name Mixin selector
      official b Lbzu;b:I
      intermediary field_19566 Lnet/minecraft/class_1785;field_19566:I
      named field_19566 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19566:I
    • field_19567

      private static final int field_19567
      Mappings:
      Namespace Name Mixin selector
      official c Lbzu;c:I
      intermediary field_19567 Lnet/minecraft/class_1785;field_19567:I
      named field_19567 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19567:I
    • field_19568

      private static final int field_19568
      Mappings:
      Namespace Name Mixin selector
      official d Lbzu;d:I
      intermediary field_19568 Lnet/minecraft/class_1785;field_19568:I
      named field_19568 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19568:I
    • field_19569

      private static final int field_19569
      Mappings:
      Namespace Name Mixin selector
      official e Lbzu;e:I
      intermediary field_19569 Lnet/minecraft/class_1785;field_19569:I
      named field_19569 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19569:I
    • field_19570

      private static final int field_19570
      Mappings:
      Namespace Name Mixin selector
      official f Lbzu;f:I
      intermediary field_19570 Lnet/minecraft/class_1785;field_19570:I
      named field_19570 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19570:I
    • field_19571

      private static final int field_19571
      Mappings:
      Namespace Name Mixin selector
      official g Lbzu;g:I
      intermediary field_19571 Lnet/minecraft/class_1785;field_19571:I
      named field_19571 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19571:I
    • field_19572

      private static final int field_19572
      Mappings:
      Namespace Name Mixin selector
      official h Lbzu;h:I
      intermediary field_19572 Lnet/minecraft/class_1785;field_19572:I
      named field_19572 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19572:I
    • field_19573

      private static final int field_19573
      Mappings:
      Namespace Name Mixin selector
      official i Lbzu;i:I
      intermediary field_19573 Lnet/minecraft/class_1785;field_19573:I
      named field_19573 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19573:I
    • field_19574

      private static final int field_19574
      Mappings:
      Namespace Name Mixin selector
      official j Lbzu;j:I
      intermediary field_19574 Lnet/minecraft/class_1785;field_19574:I
      named field_19574 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19574:I
    • field_19575

      private static final int field_19575
      Mappings:
      Namespace Name Mixin selector
      official k Lbzu;k:I
      intermediary field_19575 Lnet/minecraft/class_1785;field_19575:I
      named field_19575 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19575:I
    • field_19576

      private static final int field_19576
      Mappings:
      Namespace Name Mixin selector
      official l Lbzu;l:I
      intermediary field_19576 Lnet/minecraft/class_1785;field_19576:I
      named field_19576 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19576:I
    • field_19577

      private static final int field_19577
      Mappings:
      Namespace Name Mixin selector
      official m Lbzu;m:I
      intermediary field_19577 Lnet/minecraft/class_1785;field_19577:I
      named field_19577 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19577:I
    • field_19578

      private static final int field_19578
      Mappings:
      Namespace Name Mixin selector
      official n Lbzu;n:I
      intermediary field_19578 Lnet/minecraft/class_1785;field_19578:I
      named field_19578 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19578:I
    • field_19579

      private static final int field_19579
      Mappings:
      Namespace Name Mixin selector
      official o Lbzu;o:I
      intermediary field_19579 Lnet/minecraft/class_1785;field_19579:I
      named field_19579 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19579:I
    • field_19580

      private static final int field_19580
      Mappings:
      Namespace Name Mixin selector
      official p Lbzu;p:I
      intermediary field_19580 Lnet/minecraft/class_1785;field_19580:I
      named field_19580 Lnet/minecraft/world/biome/layer/XBiomeLayer;field_19580:I
  • Constructor Details

    • XBiomeLayer

      private XBiomeLayer()
  • Method Details

    • values

      public static XBiomeLayer[] 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 XBiomeLayer 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
    • method_17892

      public int method_17892(class_4040 class_4040, int int2, int int3, int int4, int int5, int int6)
      Specified by:
      method_17892 in interface class_4057
      Mappings:
      Namespace Name Mixin selector
      official a Lcas;a(Lbzl;IIIII)I
      intermediary method_17892 Lnet/minecraft/class_4057;method_17892(Lnet/minecraft/class_4040;IIIII)I
      named method_17892 Lnet/minecraft/class_4057;method_17892(Lnet/minecraft/class_4040;IIIII)I
    • method_6592

      private boolean method_6592(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9)
      Mappings:
      Namespace Name Mixin selector
      official a Lbzu;a([IIIIIIII)Z
      intermediary method_6592 Lnet/minecraft/class_1785;method_6592([IIIIIIII)Z
      named method_6592 Lnet/minecraft/world/biome/layer/XBiomeLayer;method_6592([IIIIIIII)Z
    • method_17855

      private boolean method_17855(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9)
      Mappings:
      Namespace Name Mixin selector
      official b Lbzu;b([IIIIIIII)Z
      intermediary method_17855 Lnet/minecraft/class_1785;method_17855([IIIIIIII)Z
      named method_17855 Lnet/minecraft/world/biome/layer/XBiomeLayer;method_17855([IIIIIIII)Z
    • method_6593

      private boolean method_6593(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lbzu;a(II)Z
      intermediary method_6593 Lnet/minecraft/class_1785;method_6593(II)Z
      named method_6593 Lnet/minecraft/world/biome/layer/XBiomeLayer;method_6593(II)Z