Uses of Class
net.minecraft.world.gen.feature.ShipwreckFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.world.gen.feature |
-
Uses of ShipwreckFeatureConfig in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type ShipwreckFeatureConfig Modifier and Type Method Description static voidShipwreckGenerator. addParts(StructureManager structureManager, BlockPos pos, BlockRotation rotation, class_6130 class_6130, Random random, ShipwreckFeatureConfig config) -
Uses of ShipwreckFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type ShipwreckFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<ShipwreckFeatureConfig>ShipwreckFeatureConfig. CODECstatic ConfiguredStructureFeature<ShipwreckFeatureConfig,? extends StructureFeature<ShipwreckFeatureConfig>>ConfiguredStructureFeatures. SHIPWRECKstatic ConfiguredStructureFeature<ShipwreckFeatureConfig,? extends StructureFeature<ShipwreckFeatureConfig>>ConfiguredStructureFeatures. SHIPWRECKstatic StructureFeature<ShipwreckFeatureConfig>StructureFeature. SHIPWRECKstatic ConfiguredStructureFeature<ShipwreckFeatureConfig,? extends StructureFeature<ShipwreckFeatureConfig>>ConfiguredStructureFeatures. SHIPWRECK_BEACHEDstatic ConfiguredStructureFeature<ShipwreckFeatureConfig,? extends StructureFeature<ShipwreckFeatureConfig>>ConfiguredStructureFeatures. SHIPWRECK_BEACHEDMethods in net.minecraft.world.gen.feature that return types with arguments of type ShipwreckFeatureConfig Modifier and Type Method Description StructureFeature.StructureStartFactory<ShipwreckFeatureConfig>ShipwreckFeature. getStructureStartFactory()Methods in net.minecraft.world.gen.feature with parameters of type ShipwreckFeatureConfig Modifier and Type Method Description voidShipwreckFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ShipwreckFeatureConfig shipwreckFeatureConfig, HeightLimitView heightLimitView)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type ShipwreckFeatureConfig Constructor Description ShipwreckFeature(com.mojang.serialization.Codec<ShipwreckFeatureConfig> codec)Start(StructureFeature<ShipwreckFeatureConfig> feature, ChunkPos pos, int references, long seed)