Class PillagerOutpostFeature


public class PillagerOutpostFeature extends JigsawFeature
Mappings:
Namespace Name
official cvf
intermediary net/minecraft/class_3770
named net/minecraft/world/gen/feature/PillagerOutpostFeature
  • Field Details

    • MONSTER_SPAWNS

      public static final Pool<SpawnSettings.SpawnEntry> MONSTER_SPAWNS
      Mappings:
      Namespace Name Mixin selector
      official a Lcvf;a:Lasn;
      intermediary field_16656 Lnet/minecraft/class_3770;field_16656:Lnet/minecraft/class_6012;
      named MONSTER_SPAWNS Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;MONSTER_SPAWNS:Lnet/minecraft/util/collection/Pool;
  • Constructor Details

  • Method Details

    • shouldStartAt

      protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, 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.random.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 Lcvf;a(Lcoj;Lbzp;JLcsi;Lbxq;Lbxq;Lcxi;Lbyo;)Z
      intermediary method_28644 Lnet/minecraft/class_3770;method_28644(Lnet/minecraft/class_2794;Lnet/minecraft/class_1966;JLnet/minecraft/class_2919;Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;Lnet/minecraft/class_3812;Lnet/minecraft/class_5539;)Z
      named shouldStartAt Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;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/feature/StructurePoolFeatureConfig;Lnet/minecraft/world/HeightLimitView;)Z
    • isVillageNearby

      private boolean isVillageNearby(ChunkGenerator generator, long worldSeed, ChunkRandom random, ChunkPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcvf;a(Lcoj;JLcsi;Lbxq;)Z
      intermediary method_30845 Lnet/minecraft/class_3770;method_30845(Lnet/minecraft/class_2794;JLnet/minecraft/class_2919;Lnet/minecraft/class_1923;)Z
      named isVillageNearby Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;isVillageNearby(Lnet/minecraft/world/gen/chunk/ChunkGenerator;JLnet/minecraft/world/gen/random/ChunkRandom;Lnet/minecraft/util/math/ChunkPos;)Z