Package net.minecraft

Enum Class class_6916.class_6919

java.lang.Object
java.lang.Enum<class_6916.class_6919>
net.minecraft.class_6916.class_6919
All Implemented Interfaces:
Serializable, Comparable<class_6916.class_6919>, Constable, NoiseType, NoiseType.class_6913
Enclosing class:
class_6916

protected static enum class_6916.class_6919 extends Enum<class_6916.class_6919> implements NoiseType.class_6913
Mappings:
Namespace Name
official ctp$d
intermediary net/minecraft/class_6916$class_6919
named net/minecraft/class_6916$class_6919
  • Enum Constant Details

    • INSTANCE

      public static final class_6916.class_6919 INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lctp$d;a:Lctp$d;
      intermediary field_36549 Lnet/minecraft/class_6916$class_6919;field_36549:Lnet/minecraft/class_6916$class_6919;
      named INSTANCE Lnet/minecraft/class_6916$class_6919;INSTANCE:Lnet/minecraft/class_6916$class_6919;
  • Field Details

    • field_37079

      public static final com.mojang.serialization.Codec<NoiseType> field_37079
      Mappings:
      Namespace Name Mixin selector
      official e Lctp$d;e:Lcom/mojang/serialization/Codec;
      intermediary field_37079 Lnet/minecraft/class_6916$class_6919;field_37079:Lcom/mojang/serialization/Codec;
      named field_37079 Lnet/minecraft/class_6916$class_6919;field_37079:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_6919

      private class_6919()
  • Method Details

    • values

      public static class_6916.class_6919[] 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 class_6916.class_6919 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 double sample(NoiseType.NoisePos pos)
      Specified by:
      sample in interface NoiseType
      Mappings:
      Namespace Name Mixin selector
      official a Lcto;a(Lcto$b;)D
      intermediary method_40464 Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)D
      named sample Lnet/minecraft/world/gen/noise/NoiseType;sample(Lnet/minecraft/world/gen/noise/NoiseType$NoisePos;)D
    • method_40470

      public void method_40470(double[] double2, NoiseType.class_6911 class_6911)
      Specified by:
      method_40470 in interface NoiseType
      Specified by:
      method_40470 in interface NoiseType.class_6913
      Mappings:
      Namespace Name Mixin selector
      official a Lcto;a([DLcto$a;)V
      intermediary method_40470 Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
      named method_40470 Lnet/minecraft/world/gen/noise/NoiseType;method_40470([DLnet/minecraft/world/gen/noise/NoiseType$class_6911;)V
    • minValue

      public double minValue()
      Specified by:
      minValue in interface NoiseType
      Mappings:
      Namespace Name Mixin selector
      official a Lcto;a()D
      intermediary comp_377 Lnet/minecraft/class_6910;comp_377()D
      named minValue Lnet/minecraft/world/gen/noise/NoiseType;minValue()D
    • maxValue

      public double maxValue()
      Specified by:
      maxValue in interface NoiseType
      Mappings:
      Namespace Name Mixin selector
      official b Lcto;b()D
      intermediary comp_378 Lnet/minecraft/class_6910;comp_378()D
      named maxValue Lnet/minecraft/world/gen/noise/NoiseType;maxValue()D
    • method_41062

      public com.mojang.serialization.Codec<? extends NoiseType> method_41062()
      Specified by:
      method_41062 in interface NoiseType
      Mappings:
      Namespace Name Mixin selector
      official c Lcto;c()Lcom/mojang/serialization/Codec;
      intermediary method_41062 Lnet/minecraft/class_6910;method_41062()Lcom/mojang/serialization/Codec;
      named method_41062 Lnet/minecraft/world/gen/noise/NoiseType;method_41062()Lcom/mojang/serialization/Codec;