Package net.minecraft.world.gen.random
Class AtomicSimpleRandom.RandomDeriver
java.lang.Object
net.minecraft.world.gen.random.AtomicSimpleRandom.RandomDeriver
- All Implemented Interfaces:
RandomDeriver
- Enclosing class:
AtomicSimpleRandom
- Mappings:
Namespace Name official ctx$aintermediary net/minecraft/class_5820$class_6671named net/minecraft/world/gen/random/AtomicSimpleRandom$RandomDeriver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDebugInfo(StringBuilder info) createRandom(int x, int y, int z) createRandom(String string) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.random.RandomDeriver
createRandom, createRandom
-
Field Details
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official aLctx$a;a:Jintermediary field_35125Lnet/minecraft/class_5820$class_6671;field_35125:Jnamed seedLnet/minecraft/world/gen/random/AtomicSimpleRandom$RandomDeriver;seed:J
-
-
Constructor Details
-
RandomDeriver
public RandomDeriver(long seed) - Mappings:
Namespace Name Mixin selector official <init>Lctx$a;<init>(J)Vintermediary <init>Lnet/minecraft/class_5820$class_6671;<init>(J)Vnamed <init>Lnet/minecraft/world/gen/random/AtomicSimpleRandom$RandomDeriver;<init>(J)V
-
-
Method Details
-
createRandom
- Specified by:
createRandomin interfaceRandomDeriver- Mappings:
Namespace Name Mixin selector official aLcum;a(III)Lcun;intermediary method_38418Lnet/minecraft/class_6574;method_38418(III)Lnet/minecraft/class_5819;named createRandomLnet/minecraft/world/gen/random/RandomDeriver;createRandom(III)Lnet/minecraft/world/gen/random/AbstractRandom;
-
createRandom
- Specified by:
createRandomin interfaceRandomDeriver- Mappings:
Namespace Name Mixin selector official aLcum;a(Ljava/lang/String;)Lcun;intermediary method_38995Lnet/minecraft/class_6574;method_38995(Ljava/lang/String;)Lnet/minecraft/class_5819;named createRandomLnet/minecraft/world/gen/random/RandomDeriver;createRandom(Ljava/lang/String;)Lnet/minecraft/world/gen/random/AbstractRandom;
-
addDebugInfo
- Specified by:
addDebugInfoin interfaceRandomDeriver- Mappings:
Namespace Name Mixin selector official aLcum;a(Ljava/lang/StringBuilder;)Vintermediary method_39039Lnet/minecraft/class_6574;method_39039(Ljava/lang/StringBuilder;)Vnamed addDebugInfoLnet/minecraft/world/gen/random/RandomDeriver;addDebugInfo(Ljava/lang/StringBuilder;)V
-