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
Fields in net.minecraft.util.math.random with type parameters of type RandomSequencesStateModifier and TypeFieldDescriptionstatic final PersistentStateType
<RandomSequencesState> RandomSequencesState.STATE_TYPE
Methods in net.minecraft.util.math.random that return types with arguments of type RandomSequencesStateModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<RandomSequencesState> RandomSequencesState.createCodec
(long seed)