Class SwampHutFeature


public class SwampHutFeature extends StructureFeature<DefaultFeatureConfig>
Mappings:
Namespace Name
official cue
intermediary net/minecraft/class_3197
named net/minecraft/world/gen/feature/SwampHutFeature
  • Field Details

    • MONSTER_SPAWNS

      private static final Pool<SpawnSettings.SpawnEntry> MONSTER_SPAWNS
      Mappings:
      Namespace Name Mixin selector
      official v Lcue;v:Laqs;
      intermediary field_13882 Lnet/minecraft/class_3197;field_13882:Lnet/minecraft/class_6012;
      named MONSTER_SPAWNS Lnet/minecraft/world/gen/feature/SwampHutFeature;MONSTER_SPAWNS:Lnet/minecraft/util/collection/Pool;
    • CREATURE_SPAWNS

      private static final Pool<SpawnSettings.SpawnEntry> CREATURE_SPAWNS
      Mappings:
      Namespace Name Mixin selector
      official w Lcue;w:Laqs;
      intermediary field_16435 Lnet/minecraft/class_3197;field_16435:Lnet/minecraft/class_6012;
      named CREATURE_SPAWNS Lnet/minecraft/world/gen/feature/SwampHutFeature;CREATURE_SPAWNS:Lnet/minecraft/util/collection/Pool;
  • Constructor Details

    • SwampHutFeature

      public SwampHutFeature(com.mojang.serialization.Codec<DefaultFeatureConfig> 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

    • getStructureStartFactory

      Specified by:
      getStructureStartFactory in class StructureFeature<DefaultFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcuc;a()Lcuc$a;
      intermediary method_14016 Lnet/minecraft/class_3195;method_14016()Lnet/minecraft/class_3195$class_3774;
      named getStructureStartFactory Lnet/minecraft/world/gen/feature/StructureFeature;getStructureStartFactory()Lnet/minecraft/world/gen/feature/StructureFeature$StructureStartFactory;
    • getMonsterSpawns

      public Pool<SpawnSettings.SpawnEntry> getMonsterSpawns()
      Overrides:
      getMonsterSpawns in class StructureFeature<DefaultFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official c Lcuc;c()Laqs;
      intermediary method_13149 Lnet/minecraft/class_3195;method_13149()Lnet/minecraft/class_6012;
      named getMonsterSpawns Lnet/minecraft/world/gen/feature/StructureFeature;getMonsterSpawns()Lnet/minecraft/util/collection/Pool;
    • getCreatureSpawns

      public Pool<SpawnSettings.SpawnEntry> getCreatureSpawns()
      Overrides:
      getCreatureSpawns in class StructureFeature<DefaultFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official h Lcuc;h()Laqs;
      intermediary method_16140 Lnet/minecraft/class_3195;method_16140()Lnet/minecraft/class_6012;
      named getCreatureSpawns Lnet/minecraft/world/gen/feature/StructureFeature;getCreatureSpawns()Lnet/minecraft/util/collection/Pool;