Class BastionRemnantFeature


public class BastionRemnantFeature extends JigsawFeature
Mappings:
Namespace Name
official crg
intermediary net/minecraft/class_5175
named net/minecraft/world/gen/feature/BastionRemnantFeature
  • Field Details

    • STRUCTURE_START_Y

      private static final int STRUCTURE_START_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official v Lcrg;v: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> codec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcuc;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3195;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/feature/StructureFeature;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • shouldStartAt

      protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)
      Description copied from class: StructureFeature
      Checks if this structure can actually be placed at a potential structure position determined via StructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.ChunkRandom, int, int). Specific structures override this method to reduce the spawn probability or restrict the spawn in some other way.
      Overrides:
      shouldStartAt in class StructureFeature<StructurePoolFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcrg;a(Lcmn;Lbxr;JLcqm;Lbvu;Lbxo;Lbvu;Lcvm;Lbwr;)Z
      intermediary method_28617 Lnet/minecraft/class_5175;method_28617(Lnet/minecraft/class_2794;Lnet/minecraft/class_1966;JLnet/minecraft/class_2919;Lnet/minecraft/class_1923;Lnet/minecraft/class_1959;Lnet/minecraft/class_1923;Lnet/minecraft/class_3812;Lnet/minecraft/class_5539;)Z
      named shouldStartAt Lnet/minecraft/world/gen/feature/BastionRemnantFeature;shouldStartAt(Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/world/biome/source/BiomeSource;JLnet/minecraft/world/gen/ChunkRandom;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/biome/Biome;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/gen/feature/StructurePoolFeatureConfig;Lnet/minecraft/world/HeightLimitView;)Z