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.CODECprivate final Map<Identifier, RandomSequence> RandomSequencesState.sequencesMethods in net.minecraft.util.math.random that return RandomSequenceModifier and TypeMethodDescriptionprivate RandomSequenceRandomSequencesState.createSequence(Identifier id, long long2) private RandomSequenceRandomSequencesState.createSequence(Identifier id, long long2, int int2, boolean bool, boolean bool2) Method parameters in net.minecraft.util.math.random with type arguments of type RandomSequenceModifier and TypeMethodDescriptionvoidRandomSequencesState.forEachSequence(BiConsumer<Identifier, RandomSequence> consumer) Constructor parameters in net.minecraft.util.math.random with type arguments of type RandomSequenceModifierConstructorDescriptionprivateRandomSequencesState(int int2, boolean bool, boolean bool2, Map<Identifier, RandomSequence> map)