Enum Class RegionHillsLayer

java.lang.Object
java.lang.Enum<RegionHillsLayer>
net.minecraft.world.level.newbiome.layer.RegionHillsLayer
All Implemented Interfaces:
Serializable, Comparable<RegionHillsLayer>, Constable, LayerBiomes, AreaTransformer2, DimensionOffset1Transformer, DimensionTransformer

public enum RegionHillsLayer extends Enum<RegionHillsLayer> implements AreaTransformer2, DimensionOffset1Transformer
  • Enum Constant Details

  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • MUTATIONS

      private static final it.unimi.dsi.fastutil.ints.Int2IntMap MUTATIONS
  • Constructor Details

    • RegionHillsLayer

      private RegionHillsLayer()
  • Method Details

    • values

      public static RegionHillsLayer[] 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 RegionHillsLayer 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
    • applyPixel

      public int applyPixel(Context p_76838_, Area p_76839_, Area p_76840_, int p_76841_, int p_76842_)
      Specified by:
      applyPixel in interface AreaTransformer2