Package net.minecraft.world
Class RandomSequence
java.lang.Object
net.minecraft.world.RandomSequence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomSequence> private final XoroshiroRandomSource -
Constructor Summary
ConstructorsConstructorDescriptionRandomSequence(long pSeed, Optional<ResourceLocation> pLocation) RandomSequence(long pSeed, ResourceLocation pLocation) RandomSequence(XoroshiroRandomSource pSource) -
Method Summary
Modifier and TypeMethodDescriptionprivate static XoroshiroRandomSourcecreateSequence(long pSeed, Optional<ResourceLocation> pLocation) random()static RandomSupport.Seed128bitseedForKey(ResourceLocation pKey)
-
Field Details
-
CODEC
-
source
-
-
Constructor Details
-
RandomSequence
-
RandomSequence
-
RandomSequence
-
-
Method Details
-
createSequence
private static XoroshiroRandomSource createSequence(long pSeed, Optional<ResourceLocation> pLocation) -
seedForKey
-
random
-