Package net.minecraft.world.gen.feature
Class ShipwreckFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<ShipwreckFeatureConfig>
net.minecraft.world.gen.feature.ShipwreckFeature
- Mappings:
Namespace Name official cxrintermediary net/minecraft/class_3170named net/minecraft/world/gen/feature/ShipwreckFeature
-
Field Summary
Fields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, field_31518, FORTRESS, IGLOO, JUNGLE_PYRAMID, LAND_MODIFYING_STRUCTURES, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, STRUCTURES, SWAMP_HUT, VILLAGE -
Constructor Summary
ConstructorsConstructorDescriptionShipwreckFeature(com.mojang.serialization.Codec<ShipwreckFeatureConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddPieces(StructurePiecesCollector collector, ShipwreckFeatureConfig config, StructurePiecesGenerator.Context context) Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
calculateBoundingBox, configure, getCodec, getGenerationStep, getLocatedPos, getName, getPostProcessor, getStartChunk, init, isUniformDistribution, locateStructure, readStructureStart, shouldStartAt, tryPlaceStart
-
Constructor Details
-
ShipwreckFeature
- Mappings:
Namespace Name Mixin selector official <init>Lcxr;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3170;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/feature/ShipwreckFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
addPieces
private static void addPieces(StructurePiecesCollector collector, ShipwreckFeatureConfig config, StructurePiecesGenerator.Context context) - Mappings:
Namespace Name Mixin selector official aLcxr;a(Ldfd;Lczr;Ldfa$a;)Vintermediary method_38685Lnet/minecraft/class_3170;method_38685(Lnet/minecraft/class_6626;Lnet/minecraft/class_3172;Lnet/minecraft/class_6622$class_6623;)Vnamed addPiecesLnet/minecraft/world/gen/feature/ShipwreckFeature;addPieces(Lnet/minecraft/structure/StructurePiecesCollector;Lnet/minecraft/world/gen/feature/ShipwreckFeatureConfig;Lnet/minecraft/structure/StructurePiecesGenerator$Context;)V
-