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 pServer, Executor pDispatcher, LevelStorageSource.LevelStorageAccess pLevelStorageAccess, ServerLevelData pServerLevelData, ResourceKey<Level> pDimension, LevelStem pLevelStem, ChunkProgressListener pProgressListener, boolean pIsDebug, long pBiomeZoomSeed, List<CustomSpawner> pCustomSpawners, boolean pTickTime, RandomSequences pRandomSequences) -
Uses of RandomSequences in net.minecraft.world
Methods in net.minecraft.world that return RandomSequencesModifier and TypeMethodDescriptionstatic RandomSequences
RandomSequences.load
(long pSeed, CompoundTag pTag) Methods in net.minecraft.world that return types with arguments of type RandomSequencesModifier and TypeMethodDescriptionstatic SavedData.Factory
<RandomSequences> RandomSequences.factory
(long pSeed)