Class Xoroshiro128PlusPlusRandom.RandomDeriver

java.lang.Object
net.minecraft.world.gen.random.Xoroshiro128PlusPlusRandom.RandomDeriver
All Implemented Interfaces:
RandomDeriver
Enclosing class:
Xoroshiro128PlusPlusRandom

public static class Xoroshiro128PlusPlusRandom.RandomDeriver extends Object implements RandomDeriver
Mappings:
Namespace Name
official cuc$a
intermediary net/minecraft/class_6677$class_6678
named net/minecraft/world/gen/random/Xoroshiro128PlusPlusRandom$RandomDeriver
  • Field Details

    • MD5_HASHER

      private static final HashFunction MD5_HASHER
      Mappings:
      Namespace Name Mixin selector
      official a Lcuc$a;a:Lcom/google/common/hash/HashFunction;
      intermediary field_35152 Lnet/minecraft/class_6677$class_6678;field_35152:Lcom/google/common/hash/HashFunction;
      named MD5_HASHER Lnet/minecraft/world/gen/random/Xoroshiro128PlusPlusRandom$RandomDeriver;MD5_HASHER:Lcom/google/common/hash/HashFunction;
    • seedLo

      private final long seedLo
      Mappings:
      Namespace Name Mixin selector
      official b Lcuc$a;b:J
      intermediary field_35153 Lnet/minecraft/class_6677$class_6678;field_35153:J
      named seedLo Lnet/minecraft/world/gen/random/Xoroshiro128PlusPlusRandom$RandomDeriver;seedLo:J
    • seedHi

      private final long seedHi
      Mappings:
      Namespace Name Mixin selector
      official c Lcuc$a;c:J
      intermediary field_35154 Lnet/minecraft/class_6677$class_6678;field_35154:J
      named seedHi Lnet/minecraft/world/gen/random/Xoroshiro128PlusPlusRandom$RandomDeriver;seedHi:J
  • Constructor Details

    • RandomDeriver

      public RandomDeriver(long seedLo, long seedHi)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcuc$a;<init>(JJ)V
      intermediary <init> Lnet/minecraft/class_6677$class_6678;<init>(JJ)V
      named <init> Lnet/minecraft/world/gen/random/Xoroshiro128PlusPlusRandom$RandomDeriver;<init>(JJ)V
  • Method Details

    • createRandom

      public AbstractRandom createRandom(int x, int y, int z)
      Specified by:
      createRandom in interface RandomDeriver
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a(III)Lctq;
      intermediary method_38418 Lnet/minecraft/class_6574;method_38418(III)Lnet/minecraft/class_5819;
      named createRandom Lnet/minecraft/world/gen/random/RandomDeriver;createRandom(III)Lnet/minecraft/world/gen/random/AbstractRandom;
    • createRandom

      public AbstractRandom createRandom(String string)
      Specified by:
      createRandom in interface RandomDeriver
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a(Ljava/lang/String;)Lctq;
      intermediary method_38995 Lnet/minecraft/class_6574;method_38995(Ljava/lang/String;)Lnet/minecraft/class_5819;
      named createRandom Lnet/minecraft/world/gen/random/RandomDeriver;createRandom(Ljava/lang/String;)Lnet/minecraft/world/gen/random/AbstractRandom;
    • addDebugInfo

      public void addDebugInfo(StringBuilder info)
      Specified by:
      addDebugInfo in interface RandomDeriver
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a(Ljava/lang/StringBuilder;)V
      intermediary method_39039 Lnet/minecraft/class_6574;method_39039(Ljava/lang/StringBuilder;)V
      named addDebugInfo Lnet/minecraft/world/gen/random/RandomDeriver;addDebugInfo(Ljava/lang/StringBuilder;)V