Package net.minecraft.world.gen.random
Interface RandomDeriver
- All Known Implementing Classes:
AtomicSimpleRandom.RandomDeriver,Xoroshiro128PlusPlusRandom.RandomDeriver
public interface RandomDeriver
- Mappings:
Namespace Name official cumintermediary net/minecraft/class_6574named net/minecraft/world/gen/random/RandomDeriver
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDebugInfo(StringBuilder info) createRandom(int x, int y, int z) createRandom(String string) default AbstractRandomdefault AbstractRandomcreateRandom(BlockPos pos)
-
Method Details
-
createRandom
- Mappings:
Namespace Name Mixin selector official aLcum;a(Lgj;)Lcun;intermediary method_38419Lnet/minecraft/class_6574;method_38419(Lnet/minecraft/class_2338;)Lnet/minecraft/class_5819;named createRandomLnet/minecraft/world/gen/random/RandomDeriver;createRandom(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/gen/random/AbstractRandom;
-
createRandom
- Mappings:
Namespace Name Mixin selector official aLcum;a(Lyt;)Lcun;intermediary method_39000Lnet/minecraft/class_6574;method_39000(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5819;named createRandomLnet/minecraft/world/gen/random/RandomDeriver;createRandom(Lnet/minecraft/util/Identifier;)Lnet/minecraft/world/gen/random/AbstractRandom;
-
createRandom
- 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;
-
createRandom
- 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;
-
addDebugInfo
- 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
-