Uses of Class
net.minecraft.util.math.random.RandomSequencesState
Packages that use RandomSequencesState
-
Uses of RandomSequencesState in net.minecraft.server.world
Fields in net.minecraft.server.world declared as RandomSequencesStateMethods in net.minecraft.server.world that return RandomSequencesStateConstructors in net.minecraft.server.world with parameters of type RandomSequencesStateModifierConstructorDescriptionServerWorld
(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable RandomSequencesState randomSequencesState) -
Uses of RandomSequencesState in net.minecraft.util.math.random
Methods in net.minecraft.util.math.random that return RandomSequencesStateModifier and TypeMethodDescriptionstatic RandomSequencesState
RandomSequencesState.fromNbt
(long seed, NbtCompound nbt) Methods in net.minecraft.util.math.random that return types with arguments of type RandomSequencesState