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$WrappedRandom- intermediary - net/minecraft/class_8565$class_8629- official - bvh$a
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.math.random.Randomfield_38930
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.math.random.RandomnextBetween, nextBetweenExclusive, nextTriangular, nextTriangular, skip
- 
Field Details- 
random- Mappings:
- Namespace - Name - Mixin selector - named - random- Lnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;random:Lnet/minecraft/util/math/random/Random;- intermediary - field_44864- Lnet/minecraft/class_8565$class_8629;field_44864:Lnet/minecraft/class_5819;- official - c- Lbvh$a;c:Lbai;
 
 
- 
- 
Constructor Details- 
WrappedRandomWrappedRandom(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;)V- intermediary - <init>- Lnet/minecraft/class_8565$class_8629;<init>(Lnet/minecraft/class_8565;Lnet/minecraft/class_5819;)V- official - <init>- Lbvh$a;<init>(Lbvh;Lbai;)V
 
 
- 
- 
Method Details- 
split
- 
nextSplitter- Specified by:
- nextSplitterin interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextSplitter- Lnet/minecraft/util/math/random/Random;nextSplitter()Lnet/minecraft/util/math/random/RandomSplitter;- intermediary - method_38421- Lnet/minecraft/class_5819;method_38421()Lnet/minecraft/class_6574;- official - e- Lbai;e()Leic;
 
- 
setSeedpublic void setSeed(long seed) 
- 
nextIntpublic int nextInt()
- 
nextIntpublic int nextInt(int bound) 
- 
nextLongpublic long nextLong()
- 
nextBooleanpublic boolean nextBoolean()- Specified by:
- nextBooleanin interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextBoolean- Lnet/minecraft/util/math/random/Random;nextBoolean()Z- intermediary - method_43056- Lnet/minecraft/class_5819;method_43056()Z- official - h- Lbai;h()Z
 
- 
nextFloatpublic float nextFloat()
- 
nextDoublepublic double nextDouble()- Specified by:
- nextDoublein interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextDouble- Lnet/minecraft/util/math/random/Random;nextDouble()D- intermediary - method_43058- Lnet/minecraft/class_5819;method_43058()D- official - j- Lbai;j()D
 
- 
nextGaussianpublic double nextGaussian()- Specified by:
- nextGaussianin interface- Random
- Mappings:
- Namespace - Name - Mixin selector - named - nextGaussian- Lnet/minecraft/util/math/random/Random;nextGaussian()D- intermediary - method_43059- Lnet/minecraft/class_5819;method_43059()D- official - k- Lbai;k()D
 
- 
equals- Overrides:
- equalsin class- Object
- Mappings:
- Namespace - Name - Mixin selector - named - equals- Lnet/minecraft/util/math/random/RandomSequencesState$WrappedRandom;equals(Ljava/lang/Object;)Z- intermediary - equals- Lnet/minecraft/class_8565$class_8629;equals(Ljava/lang/Object;)Z- official - equals- Lbvh$a;equals(Ljava/lang/Object;)Z
 
 
-