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.CODECprivate final Map<ResourceLocation, RandomSequence> RandomSequences.sequencesMethods in net.minecraft.world that return RandomSequenceModifier and TypeMethodDescriptionprivate RandomSequenceRandomSequences.createSequence(ResourceLocation p_295796_) private RandomSequenceRandomSequences.createSequence(ResourceLocation p_295614_, int p_296284_, boolean p_296271_, boolean p_295917_) Method parameters in net.minecraft.world with type arguments of type RandomSequenceModifier and TypeMethodDescriptionvoidRandomSequences.forAllSequences(BiConsumer<ResourceLocation, RandomSequence> p_294252_)