Uses of Class
net.minecraft.util.math.random.RandomSequence
-
Uses of RandomSequence in net.minecraft.util.math.random
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RandomSequence> RandomSequence.CODEC
private final Map
<Identifier, RandomSequence> RandomSequencesState.sequences
Modifier and TypeMethodDescriptionprivate RandomSequence
RandomSequencesState.createSequence
(Identifier id) private RandomSequence
RandomSequencesState.createSequence
(Identifier id, int salt, boolean includeWorldSeed, boolean includeSequenceId) Modifier and TypeMethodDescriptionvoid
RandomSequencesState.forEachSequence
(BiConsumer<Identifier, RandomSequence> consumer)