Uses of Class
net.minecraft.util.math.random.RandomSequence
Packages that use RandomSequence
-
Uses of RandomSequence in net.minecraft.util.math.random
Fields in net.minecraft.util.math.random with type parameters of type RandomSequenceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RandomSequence> RandomSequence.CODEC
private final Map
<Identifier, RandomSequence> RandomSequencesState.sequences
Methods in net.minecraft.util.math.random that return RandomSequenceModifier and TypeMethodDescriptionprivate RandomSequence
RandomSequencesState.createSequence
(Identifier id) private RandomSequence
RandomSequencesState.createSequence
(Identifier id, int salt, boolean includeWorldSeed, boolean includeSequenceId) Method parameters in net.minecraft.util.math.random with type arguments of type RandomSequenceModifier and TypeMethodDescriptionvoid
RandomSequencesState.forEachSequence
(BiConsumer<Identifier, RandomSequence> consumer)