Enum Class MixOceansLayer

java.lang.Object
java.lang.Enum<MixOceansLayer>
net.minecraft.world.gen.layer.MixOceansLayer
All Implemented Interfaces:
Serializable, Comparable<MixOceansLayer>, Constable, IAreaTransformer2, IDimOffset0Transformer, IDimTransformer

public enum MixOceansLayer extends Enum<MixOceansLayer> implements IAreaTransformer2, IDimOffset0Transformer
  • Enum Constant Details

  • Constructor Details

    • MixOceansLayer

      private MixOceansLayer()
  • Method Details

    • values

      public static MixOceansLayer[] 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 MixOceansLayer 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(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
      Specified by:
      applyPixel in interface IAreaTransformer2