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 official bgu$aintermediary net/minecraft/class_8565$class_8629named net/minecraft/util/math/random/RandomSequencesState$WrappedRandom
-
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, skip
-
Field Details
-
random
- Mappings:
Namespace Name Mixin selector official cLbgu$a;c:Lart;intermediary field_44864Lnet/minecraft/class_8565$class_8629;field_44864:Lnet/minecraft/class_5819;named randomLnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;random:Lnet/minecraft/util/math/random/Random;
-
-
Constructor Details
-
WrappedRandom
WrappedRandom(Random random) - Mappings:
Namespace Name Mixin selector official <init>Lbgu$a;<init>(Lbgu;Lart;)Vintermediary <init>Lnet/minecraft/class_8565$class_8629;<init>(Lnet/minecraft/class_8565;Lnet/minecraft/class_5819;)Vnamed <init>Lnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;<init>(Lnet/minecraft/util/math/random/RandomSequencesState;Lnet/minecraft/util/math/random/Random;)V
-
-
Method Details
-
split
-
nextSplitter
- Specified by:
nextSplitterin interfaceRandom- Mappings:
Namespace Name Mixin selector official eLart;e()Ldku;intermediary method_38421Lnet/minecraft/class_5819;method_38421()Lnet/minecraft/class_6574;named nextSplitterLnet/minecraft/util/math/random/Random;nextSplitter()Lnet/minecraft/util/math/random/RandomSplitter;
-
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 official hLart;h()Zintermediary method_43056Lnet/minecraft/class_5819;method_43056()Znamed nextBooleanLnet/minecraft/util/math/random/Random;nextBoolean()Z
-
nextFloat
public float nextFloat() -
nextDouble
public double nextDouble()- Specified by:
nextDoublein interfaceRandom- Mappings:
Namespace Name Mixin selector official jLart;j()Dintermediary method_43058Lnet/minecraft/class_5819;method_43058()Dnamed nextDoubleLnet/minecraft/util/math/random/Random;nextDouble()D
-
nextGaussian
public double nextGaussian()- Specified by:
nextGaussianin interfaceRandom- Mappings:
Namespace Name Mixin selector official kLart;k()Dintermediary method_43059Lnet/minecraft/class_5819;method_43059()Dnamed nextGaussianLnet/minecraft/util/math/random/Random;nextGaussian()D
-
equals
- Overrides:
equalsin classObject- Mappings:
Namespace Name Mixin selector official equalsLbgu$a;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_8565$class_8629;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;equals(Ljava/lang/Object;)Z
-