Enum Class AddEdgeBiomesLayer

java.lang.Object
java.lang.Enum<AddEdgeBiomesLayer>
net.minecraft.world.biome.layer.AddEdgeBiomesLayer
All Implemented Interfaces:
Serializable, Comparable<AddEdgeBiomesLayer>, Constable, BiomeIds, CrossSamplingLayer, ParentedLayer, CoordinateTransformer, NorthWestCoordinateTransformer

public enum AddEdgeBiomesLayer extends Enum<AddEdgeBiomesLayer> implements CrossSamplingLayer
Mappings:
Namespace Name
official dgd
intermediary net/minecraft/class_3655
named net/minecraft/world/biome/layer/AddEdgeBiomesLayer
  • Enum Constant Details

    • INSTANCE

      public static final AddEdgeBiomesLayer INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Ldgd;a:Ldgd;
      intermediary field_16184 Lnet/minecraft/class_3655;field_16184:Lnet/minecraft/class_3655;
      named INSTANCE Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;INSTANCE:Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;
  • Field Details

    • SNOWY_IDS

      private static final IntSet SNOWY_IDS
      Mappings:
      Namespace Name Mixin selector
      official ar Ldgd;ar:Lit/unimi/dsi/fastutil/ints/IntSet;
      intermediary field_26728 Lnet/minecraft/class_3655;field_26728:Lit/unimi/dsi/fastutil/ints/IntSet;
      named SNOWY_IDS Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;SNOWY_IDS:Lit/unimi/dsi/fastutil/ints/IntSet;
    • FOREST_IDS

      private static final IntSet FOREST_IDS
      Mappings:
      Namespace Name Mixin selector
      official as Ldgd;as:Lit/unimi/dsi/fastutil/ints/IntSet;
      intermediary field_26729 Lnet/minecraft/class_3655;field_26729:Lit/unimi/dsi/fastutil/ints/IntSet;
      named FOREST_IDS Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;FOREST_IDS:Lit/unimi/dsi/fastutil/ints/IntSet;
  • Constructor Details

    • AddEdgeBiomesLayer

      private AddEdgeBiomesLayer()
  • Method Details

    • values

      public static AddEdgeBiomesLayer[] 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 AddEdgeBiomesLayer 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
    • sample

      public int sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
      Specified by:
      sample in interface CrossSamplingLayer
      Mappings:
      Namespace Name Mixin selector
      official a Ldgn;a(Ldfg;IIIII)I
      intermediary method_15868 Lnet/minecraft/class_3663;method_15868(Lnet/minecraft/class_3630;IIIII)I
      named sample Lnet/minecraft/world/biome/layer/type/CrossSamplingLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerRandomnessSource;IIIII)I
    • isWooded

      private static boolean isWooded(int id)
      Mappings:
      Namespace Name Mixin selector
      official c Ldgd;c(I)Z
      intermediary method_15851 Lnet/minecraft/class_3655;method_15851(I)Z
      named isWooded Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;isWooded(I)Z
    • isBadlands

      private boolean isBadlands(int id)
      Mappings:
      Namespace Name Mixin selector
      official d Ldgd;d(I)Z
      intermediary method_15852 Lnet/minecraft/class_3655;method_15852(I)Z
      named isBadlands Lnet/minecraft/world/biome/layer/AddEdgeBiomesLayer;isBadlands(I)Z