Class RandomSeed

java.lang.Object
net.minecraft.util.math.random.RandomSeed

public final class RandomSeed extends Object
Mappings:
Namespace Name
official deq
intermediary net/minecraft/class_6673
named net/minecraft/util/math/random/RandomSeed
  • Field Details

    • GOLDEN_RATIO_64

      public static final long GOLDEN_RATIO_64
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Ldeq;a:J
      intermediary field_35133 Lnet/minecraft/class_6673;field_35133:J
      named GOLDEN_RATIO_64 Lnet/minecraft/util/math/random/RandomSeed;GOLDEN_RATIO_64:J
    • SILVER_RATIO_64

      public static final long SILVER_RATIO_64
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldeq;b:J
      intermediary field_35134 Lnet/minecraft/class_6673;field_35134:J
      named SILVER_RATIO_64 Lnet/minecraft/util/math/random/RandomSeed;SILVER_RATIO_64:J
    • SEED_UNIQUIFIER

      private static final AtomicLong SEED_UNIQUIFIER
      Mappings:
      Namespace Name Mixin selector
      official c Ldeq;c:Ljava/util/concurrent/atomic/AtomicLong;
      intermediary field_35135 Lnet/minecraft/class_6673;field_35135:Ljava/util/concurrent/atomic/AtomicLong;
      named SEED_UNIQUIFIER Lnet/minecraft/util/math/random/RandomSeed;SEED_UNIQUIFIER:Ljava/util/concurrent/atomic/AtomicLong;
  • Constructor Details

    • RandomSeed

      public RandomSeed()
  • Method Details

    • mixStafford13

      public static long mixStafford13(long seed)
      Mappings:
      Namespace Name Mixin selector
      official a Ldeq;a(J)J
      intermediary method_39002 Lnet/minecraft/class_6673;method_39002(J)J
      named mixStafford13 Lnet/minecraft/util/math/random/RandomSeed;mixStafford13(J)J
    • createXoroshiroSeed

      public static RandomSeed.XoroshiroSeed createXoroshiroSeed(long seed)
      Mappings:
      Namespace Name Mixin selector
      official b Ldeq;b(J)Ldeq$a;
      intermediary method_39003 Lnet/minecraft/class_6673;method_39003(J)Lnet/minecraft/class_6673$class_6674;
      named createXoroshiroSeed Lnet/minecraft/util/math/random/RandomSeed;createXoroshiroSeed(J)Lnet/minecraft/util/math/random/RandomSeed$XoroshiroSeed;
    • getSeed

      public static long getSeed()
      Returns the seed calculated using SEED_UNIQUIFIER and the system time.
      Returns:
      the seed calculated using SEED_UNIQUIFIER and the system time
      Mappings:
      Namespace Name Mixin selector
      official a Ldeq;a()J
      intermediary method_39001 Lnet/minecraft/class_6673;method_39001()J
      named getSeed Lnet/minecraft/util/math/random/RandomSeed;getSeed()J