Package net.minecraft.world.gen.feature
Class BuriedTreasureFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<ProbabilityConfig>
net.minecraft.world.gen.feature.BuriedTreasureFeature
- Mappings:
Namespace Name official cthintermediary net/minecraft/class_2956named net/minecraft/world/gen/feature/BuriedTreasureFeature
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionBuriedTreasureFeature(com.mojang.serialization.Codec<ProbabilityConfig> codec) -
Method Summary
Modifier and TypeMethodDescriptionmethod_38671(ChunkPos chunkPos) private static voidmethod_38672(class_6626 class_6626, ProbabilityConfig probabilityConfig, class_6622.class_6623 class_6623) protected booleanshouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView) Checks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.random.ChunkRandom, int, int).Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
calculateBoundingBox, configure, getCodec, getGenerationStep, getName, getStartChunk, init, isUniformDistribution, locateStructure, method_38690, readStructureStart, tryPlaceStart
-
Field Details
-
SALT
private static final int SALT- See Also:
- Mappings:
Namespace Name Mixin selector official aLcth;a:Iintermediary field_31500Lnet/minecraft/class_2956;field_31500:Inamed SALTLnet/minecraft/world/gen/feature/BuriedTreasureFeature;SALT:I
-
-
Constructor Details
-
BuriedTreasureFeature
-
-
Method Details
-
shouldStartAt
protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView) Description copied from class:StructureFeatureChecks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.random.ChunkRandom, int, int). Specific structures override this method to reduce the spawn probability or restrict the spawn in some other way.- Overrides:
shouldStartAtin classStructureFeature<ProbabilityConfig>- Mappings:
Namespace Name Mixin selector official aLcth;a(Lcoj;Lbzp;JLcsi;Lbxq;Lbxq;Lcxr;Lbyo;)Zintermediary method_28619Lnet/minecraft/class_2956;method_28619(Lnet/minecraft/class_2794;Lnet/minecraft/class_1966;JLnet/minecraft/class_2919;Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;Lnet/minecraft/class_3133;Lnet/minecraft/class_5539;)Znamed shouldStartAtLnet/minecraft/world/gen/feature/BuriedTreasureFeature;shouldStartAt(Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/world/biome/source/BiomeSource;JLnet/minecraft/world/gen/random/ChunkRandom;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/gen/ProbabilityConfig;Lnet/minecraft/world/HeightLimitView;)Z
-
method_38672
private static void method_38672(class_6626 class_6626, ProbabilityConfig probabilityConfig, class_6622.class_6623 class_6623) - Mappings:
Namespace Name Mixin selector official aLcth;a(Ldec;Lcxr;Lddz$a;)Vintermediary method_38672Lnet/minecraft/class_2956;method_38672(Lnet/minecraft/class_6626;Lnet/minecraft/class_3133;Lnet/minecraft/class_6622$class_6623;)Vnamed method_38672Lnet/minecraft/world/gen/feature/BuriedTreasureFeature;method_38672(Lnet/minecraft/class_6626;Lnet/minecraft/world/gen/ProbabilityConfig;Lnet/minecraft/class_6622$class_6623;)V
-
method_38671
- Overrides:
method_38671in classStructureFeature<ProbabilityConfig>- Mappings:
Namespace Name Mixin selector official aLcvy;a(Lbxq;)Lgh;intermediary method_38671Lnet/minecraft/class_3195;method_38671(Lnet/minecraft/class_1923;)Lnet/minecraft/class_2338;named method_38671Lnet/minecraft/world/gen/feature/StructureFeature;method_38671(Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/util/math/BlockPos;
-