Uses of Class
net.minecraft.world.level.levelgen.WorldgenRandom
Packages that use WorldgenRandom
Package
Description
-
Uses of WorldgenRandom in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type WorldgenRandomModifier and TypeMethodDescriptionprivate static StructurePieceOceanMonumentFeature.createTopPiece(ChunkPos p_191025_, WorldgenRandom p_191026_) -
Uses of WorldgenRandom in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as WorldgenRandomModifier and TypeFieldDescriptionprivate final WorldgenRandomPieceGenerator.Context.randomThe field for therandomrecord component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return WorldgenRandomModifier and TypeMethodDescriptionPieceGenerator.Context.random()Returns the value of therandomrecord component.Constructors in net.minecraft.world.level.levelgen.structure.pieces with parameters of type WorldgenRandomModifierConstructorDescriptionContext(C config, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, WorldgenRandom random, long seed) Creates an instance of aContextrecord class.