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 cse$aintermediary net/minecraft/class_5820$class_6671named net/minecraft/world/gen/random/AtomicSimpleRandom$RandomDeriver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendDebugValues(StringBuilder builder) 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 aLcse$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>Lcse$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 aLcsq;a(III)Lcsr;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 aLcsq;a(Ljava/lang/String;)Lcsr;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;
-
appendDebugValues
- Specified by:
appendDebugValuesin interfaceRandomDeriver- Mappings:
Namespace Name Mixin selector official aLcsq;a(Ljava/lang/StringBuilder;)Vintermediary method_39039Lnet/minecraft/class_6574;method_39039(Ljava/lang/StringBuilder;)Vnamed appendDebugValuesLnet/minecraft/world/gen/random/RandomDeriver;appendDebugValues(Ljava/lang/StringBuilder;)V
-