Package net.minecraft.util.math.random
Class RandomSequencesState.WrappedRandom
java.lang.Object
net.minecraft.util.math.random.RandomSequencesState.WrappedRandom
- All Implemented Interfaces:
 Random
- Enclosing class:
 RandomSequencesState
- Mappings:
 Namespace Name named net/minecraft/util/math/random/RandomSequencesState$WrappedRandomintermediary net/minecraft/class_8565$class_8629official btn$a
- 
Field Summary
FieldsFields inherited from interface net.minecraft.util.math.random.Random
field_38930 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.math.random.Random
nextBetween, nextBetweenExclusive, nextTriangular, nextTriangular, skip 
- 
Field Details
- 
random
- Mappings:
 Namespace Name Mixin selector named randomLnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;random:Lnet/minecraft/util/math/random/Random;intermediary field_44864Lnet/minecraft/class_8565$class_8629;field_44864:Lnet/minecraft/class_5819;official cLbtn$a;c:Lbam;
 
 - 
 - 
Constructor Details
- 
WrappedRandom
WrappedRandom(Random random) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;<init>(Lnet/minecraft/util/math/random/RandomSequencesState;Lnet/minecraft/util/math/random/Random;)Vintermediary <init>Lnet/minecraft/class_8565$class_8629;<init>(Lnet/minecraft/class_8565;Lnet/minecraft/class_5819;)Vofficial <init>Lbtn$a;<init>(Lbtn;Lbam;)V
 
 - 
 - 
Method Details
- 
split
 - 
nextSplitter
- Specified by:
 nextSplitterin interfaceRandom- Mappings:
 Namespace Name Mixin selector named nextSplitterLnet/minecraft/util/math/random/Random;nextSplitter()Lnet/minecraft/util/math/random/RandomSplitter;intermediary method_38421Lnet/minecraft/class_5819;method_38421()Lnet/minecraft/class_6574;official eLbam;e()Leec;
 - 
setSeed
public void setSeed(long seed)  - 
nextInt
public int nextInt() - 
nextInt
public int nextInt(int bound)  - 
nextLong
public long nextLong() - 
nextBoolean
public boolean nextBoolean()- Specified by:
 nextBooleanin interfaceRandom- Mappings:
 Namespace Name Mixin selector named nextBooleanLnet/minecraft/util/math/random/Random;nextBoolean()Zintermediary method_43056Lnet/minecraft/class_5819;method_43056()Zofficial hLbam;h()Z
 - 
nextFloat
public float nextFloat() - 
nextDouble
public double nextDouble()- Specified by:
 nextDoublein interfaceRandom- Mappings:
 Namespace Name Mixin selector named nextDoubleLnet/minecraft/util/math/random/Random;nextDouble()Dintermediary method_43058Lnet/minecraft/class_5819;method_43058()Dofficial jLbam;j()D
 - 
nextGaussian
public double nextGaussian()- Specified by:
 nextGaussianin interfaceRandom- Mappings:
 Namespace Name Mixin selector named nextGaussianLnet/minecraft/util/math/random/Random;nextGaussian()Dintermediary method_43059Lnet/minecraft/class_5819;method_43059()Dofficial kLbam;k()D
 - 
equals
- Overrides:
 equalsin classObject- Mappings:
 Namespace Name Mixin selector named equalsLnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_8565$class_8629;equals(Ljava/lang/Object;)Zofficial equalsLbtn$a;equals(Ljava/lang/Object;)Z
 
 -