Enum Class ChunkRandom.class_6675

java.lang.Object
java.lang.Enum<ChunkRandom.class_6675>
net.minecraft.world.gen.random.ChunkRandom.class_6675
All Implemented Interfaces:
Serializable, Comparable<ChunkRandom.class_6675>, Constable
Enclosing class:
ChunkRandom

public static enum ChunkRandom.class_6675 extends Enum<ChunkRandom.class_6675>
Mappings:
Namespace Name
official csx$a
intermediary net/minecraft/class_2919$class_6675
named net/minecraft/world/gen/random/ChunkRandom$class_6675
  • Enum Constant Details

    • LEGACY

      public static final ChunkRandom.class_6675 LEGACY
      Mappings:
      Namespace Name Mixin selector
      official a Lcsx$a;a:Lcsx$a;
      intermediary field_35142 Lnet/minecraft/class_2919$class_6675;field_35142:Lnet/minecraft/class_2919$class_6675;
      named LEGACY Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;LEGACY:Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;
    • XOROSHIRO

      public static final ChunkRandom.class_6675 XOROSHIRO
      Mappings:
      Namespace Name Mixin selector
      official b Lcsx$a;b:Lcsx$a;
      intermediary field_35143 Lnet/minecraft/class_2919$class_6675;field_35143:Lnet/minecraft/class_2919$class_6675;
      named XOROSHIRO Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;XOROSHIRO:Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;
  • Field Details

    • field_35144

      private final LongFunction<AbstractRandom> field_35144
      Mappings:
      Namespace Name Mixin selector
      official c Lcsx$a;c:Ljava/util/function/LongFunction;
      intermediary field_35144 Lnet/minecraft/class_2919$class_6675;field_35144:Ljava/util/function/LongFunction;
      named field_35144 Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;field_35144:Ljava/util/function/LongFunction;
  • Constructor Details

  • Method Details

    • values

      public static ChunkRandom.class_6675[] 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 ChunkRandom.class_6675 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
    • method_39006

      public AbstractRandom method_39006(long long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsx$a;a(J)Lcso;
      intermediary method_39006 Lnet/minecraft/class_2919$class_6675;method_39006(J)Lnet/minecraft/class_5819;
      named method_39006 Lnet/minecraft/world/gen/random/ChunkRandom$class_6675;method_39006(J)Lnet/minecraft/world/gen/random/AbstractRandom;