Class NetherFossilStructure
java.lang.Object
net.minecraft.world.level.levelgen.structure.Structure
net.minecraft.world.level.levelgen.structure.structures.NetherFossilStructure
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.structure.Structure
Structure.GenerationContext, Structure.GenerationStub, Structure.StructureSettings - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NetherFossilStructure>final HeightProviderFields inherited from class net.minecraft.world.level.levelgen.structure.Structure
DIRECT_CODEC - 
Constructor Summary
ConstructorsConstructorDescriptionNetherFossilStructure(Structure.StructureSettings p_228573_, HeightProvider p_228574_)  - 
Method Summary
Modifier and TypeMethodDescriptionfindGenerationPoint(Structure.GenerationContext p_228576_) type()Methods inherited from class net.minecraft.world.level.levelgen.structure.Structure
adjustBoundingBox, afterPlace, biomes, findValidGenerationPoint, generate, getLowestY, getLowestY, getLowestYIn5by5BoxOffset7Blocks, getModifiedStructureSettings, modifiableStructureInfo, onTopOfChunkCenter, settingsCodec, simpleCodec, spawnOverrides, step, terrainAdaptation 
- 
Field Details
- 
CODEC
 - 
height
 
 - 
 - 
Constructor Details
- 
NetherFossilStructure
 
 - 
 - 
Method Details
- 
findGenerationPoint
public Optional<Structure.GenerationStub> findGenerationPoint(Structure.GenerationContext p_228576_) - Specified by:
 findGenerationPointin classStructure
 - 
type
 
 -