Enum Class ZoomLayer

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

public enum ZoomLayer extends Enum<ZoomLayer> implements IAreaTransformer1
  • Enum Constant Details

    • NORMAL

      public static final ZoomLayer NORMAL
    • FUZZY

      public static final ZoomLayer FUZZY
  • Constructor Details

    • ZoomLayer

      private ZoomLayer()
  • Method Details

    • values

      public static ZoomLayer[] 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 ZoomLayer 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
    • getParentX

      public int getParentX(int p_215721_1_)
      Specified by:
      getParentX in interface IDimTransformer
    • getParentY

      public int getParentY(int p_215722_1_)
      Specified by:
      getParentY in interface IDimTransformer
    • applyPixel

      public int applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_)
      Specified by:
      applyPixel in interface IAreaTransformer1
    • modeOrRandom

      protected int modeOrRandom(IExtendedNoiseRandom<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_)