Uses of Class
net.minecraft.world.RandomSequence
Packages that use RandomSequence
-
Uses of RandomSequence in net.minecraft.world
Fields in net.minecraft.world with type parameters of type RandomSequenceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RandomSequence> RandomSequence.CODEC
private final Map
<ResourceLocation, RandomSequence> RandomSequences.sequences
Methods in net.minecraft.world that return RandomSequenceModifier and TypeMethodDescriptionprivate RandomSequence
RandomSequences.createSequence
(ResourceLocation pLocation) private RandomSequence
RandomSequences.createSequence
(ResourceLocation pLocation, int pSalt, boolean pIncludeWorldSeed, boolean pIncludeSequenceId) Method parameters in net.minecraft.world with type arguments of type RandomSequenceModifier and TypeMethodDescriptionvoid
RandomSequences.forAllSequences
(BiConsumer<ResourceLocation, RandomSequence> pAction) Constructor parameters in net.minecraft.world with type arguments of type RandomSequenceModifierConstructorDescriptionprivate
RandomSequences
(long pWorldSeed, int pSalt, boolean pIncludeWorldSeed, boolean pIncludeSequenceId, Map<ResourceLocation, RandomSequence> pSequences)