Uses of Class
net.minecraft.world.level.levelgen.WorldgenRandom
Package
Description
-
Uses of WorldgenRandom in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionprivate static StructurePiece
OceanMonumentFeature.createTopPiece
(ChunkPos p_191025_, WorldgenRandom p_191026_) -
Uses of WorldgenRandom in net.minecraft.world.level.levelgen.structure.pieces
Modifier and TypeFieldDescriptionprivate final WorldgenRandom
PieceGenerator.Context.random
The field for therandom
record component.Modifier and TypeMethodDescriptionPieceGenerator.Context.random()
Returns the value of therandom
record component.ModifierConstructorDescriptionContext
(C config, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, WorldgenRandom random, long seed) Creates an instance of aContext
record class.