Package net.minecraft.world.gen.feature
Class BastionRemnantFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<StructurePoolFeatureConfig>
net.minecraft.world.gen.feature.JigsawFeature
net.minecraft.world.gen.feature.BastionRemnantFeature
- Mappings:
Namespace Name official cwi
intermediary net/minecraft/class_5175
named net/minecraft/world/gen/feature/BastionRemnantFeature
-
Field Summary
Fields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, ENDCITY, field_31518, FORTRESS, IGLOO, JUNGLE_PYRAMID, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, SWAMP_HUT, VILLAGE
-
Constructor Summary
ConstructorDescriptionBastionRemnantFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) -
Method Summary
Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
canGenerate, configure, configure, configure, configure, getCodec, getGenerationStep, getLocatedPos, getPostProcessor, init, method_41138, readStructureStart
-
Field Details
-
STRUCTURE_START_Y
private static final int STRUCTURE_START_Y- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lcwi;a:I
intermediary field_31499
Lnet/minecraft/class_5175;field_31499:I
named STRUCTURE_START_Y
Lnet/minecraft/world/gen/feature/BastionRemnantFeature;STRUCTURE_START_Y:I
-
-
Constructor Details
-
BastionRemnantFeature
public BastionRemnantFeature(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) - Mappings:
Namespace Name Mixin selector official <init>
Lcwi;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_5175;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/feature/BastionRemnantFeature;<init>(Lcom/mojang/serialization/Codec;)V
-