Enum Class StartRiverLayer

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

public enum StartRiverLayer extends Enum<StartRiverLayer> implements IC0Transformer
  • Enum Constant Details

  • Constructor Details

    • StartRiverLayer

      private StartRiverLayer()
  • Method Details

    • values

      public static StartRiverLayer[] 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 StartRiverLayer 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
    • apply

      public int apply(INoiseRandom p_202726_1_, int p_202726_2_)
      Specified by:
      apply in interface IC0Transformer