Package net.minecraft.world.gen.feature
Class EndCityFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<DefaultFeatureConfig>
net.minecraft.world.gen.feature.EndCityFeature
- Mappings:
Namespace Name official cxc
intermediary net/minecraft/class_3021
named net/minecraft/world/gen/feature/EndCityFeature
-
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
ConstructorDescriptionEndCityFeature
(com.mojang.serialization.Codec<DefaultFeatureConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static Optional<StructurePiecesGenerator<DefaultFeatureConfig>>
private static int
getGenerationHeight
(ChunkPos pos, ChunkGenerator chunkGenerator, HeightLimitView world) 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
-
Z_SEED_MULTIPLIER
private static final int Z_SEED_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lcxc;a:I
intermediary field_31502
Lnet/minecraft/class_3021;field_31502:I
named Z_SEED_MULTIPLIER
Lnet/minecraft/world/gen/feature/EndCityFeature;Z_SEED_MULTIPLIER:I
-
-
Constructor Details
-
EndCityFeature
- Mappings:
Namespace Name Mixin selector official <init>
Lcxc;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_3021;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/feature/EndCityFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getGenerationHeight
private static int getGenerationHeight(ChunkPos pos, ChunkGenerator chunkGenerator, HeightLimitView world) - Mappings:
Namespace Name Mixin selector official a
Lcxc;a(Lcac;Lcqr;Lcax;)I
intermediary method_13085
Lnet/minecraft/class_3021;method_13085(Lnet/minecraft/class_1923;Lnet/minecraft/class_2794;Lnet/minecraft/class_5539;)I
named getGenerationHeight
Lnet/minecraft/world/gen/feature/EndCityFeature;getGenerationHeight(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/world/HeightLimitView;)I
-
addPieces
private static Optional<StructurePiecesGenerator<DefaultFeatureConfig>> addPieces(StructureGeneratorFactory.Context<DefaultFeatureConfig> context) - Mappings:
Namespace Name Mixin selector official a
Lcxc;a(Ldfx$a;)Ljava/util/Optional;
intermediary method_38674
Lnet/minecraft/class_3021;method_38674(Lnet/minecraft/class_6834$class_6835;)Ljava/util/Optional;
named addPieces
Lnet/minecraft/world/gen/feature/EndCityFeature;addPieces(Lnet/minecraft/structure/StructureGeneratorFactory$Context;)Ljava/util/Optional;
-