Uses of Class
net.minecraft.world.RandomSequences
Packages that use RandomSequences
-
Uses of RandomSequences in net.minecraft.server.level
Fields in net.minecraft.server.level declared as RandomSequencesMethods in net.minecraft.server.level that return RandomSequencesConstructors in net.minecraft.server.level with parameters of type RandomSequencesModifierConstructorDescriptionServerLevel(MinecraftServer server, Executor dispatcher, LevelStorageSource.LevelStorageAccess storageSource, ServerLevelData levelData, ResourceKey<Level> dimension, LevelStem levelStem, boolean isDebug, long biomeZoomSeed, List<CustomSpawner> customSpawners, boolean tickTime, @Nullable RandomSequences randomSequences) -
Uses of RandomSequences in net.minecraft.world
Fields in net.minecraft.world with type parameters of type RandomSequencesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomSequences> RandomSequences.CODECstatic final SavedDataType<RandomSequences> RandomSequences.TYPE