Package net.minecraft.world.gen.feature
Class SwampHutFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<DefaultFeatureConfig>
net.minecraft.world.gen.feature.SwampHutFeature
public class SwampHutFeature extends StructureFeature<DefaultFeatureConfig>
- Mappings:
Namespace Name official cqlintermediary net/minecraft/class_3197named net/minecraft/world/gen/feature/SwampHutFeature
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSwampHutFeature.StartNested classes/interfaces inherited from class net.minecraft.world.gen.feature.StructureFeature
StructureFeature.StructureStartFactory<C extends FeatureConfig> -
Field Summary
Fields Modifier and Type Field Description private static List<SpawnSettings.SpawnEntry>CREATURE_SPAWNSprivate static List<SpawnSettings.SpawnEntry>MONSTER_SPAWNSFields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, FORTRESS, IGLOO, JIGSAW_STRUCTURES, JUNGLE_PYRAMID, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, STRUCTURES, SWAMP_HUT, VILLAGE -
Constructor Summary
Constructors Constructor Description SwampHutFeature(com.mojang.serialization.Codec<DefaultFeatureConfig> codec) -
Method Summary
Modifier and Type Method Description List<SpawnSettings.SpawnEntry>getCreatureSpawns()List<SpawnSettings.SpawnEntry>getMonsterSpawns()StructureFeature.StructureStartFactory<DefaultFeatureConfig>getStructureStartFactory()Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
configure, getCodec, getGenerationStep, getName, getStartChunk, isUniformDistribution, locateStructure, method_28664, readStructureStart, shouldStartAt, tryPlaceStart
-
Field Details
-
MONSTER_SPAWNS
- Mappings:
Namespace Name Mixin selector official uLcql;u:Ljava/util/List;intermediary field_13882Lnet/minecraft/class_3197;field_13882:Ljava/util/List;named MONSTER_SPAWNSLnet/minecraft/world/gen/feature/SwampHutFeature;MONSTER_SPAWNS:Ljava/util/List;
-
CREATURE_SPAWNS
- Mappings:
Namespace Name Mixin selector official vLcql;v:Ljava/util/List;intermediary field_16435Lnet/minecraft/class_3197;field_16435:Ljava/util/List;named CREATURE_SPAWNSLnet/minecraft/world/gen/feature/SwampHutFeature;CREATURE_SPAWNS:Ljava/util/List;
-
-
Constructor Details
-
SwampHutFeature
- Mappings:
Namespace Name Mixin selector official <init>Lcqj;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3195;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/feature/StructureFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getStructureStartFactory
- Specified by:
getStructureStartFactoryin classStructureFeature<DefaultFeatureConfig>- Mappings:
Namespace Name Mixin selector official aLcqj;a()Lcqj$a;intermediary method_14016Lnet/minecraft/class_3195;method_14016()Lnet/minecraft/class_3195$class_3774;named getStructureStartFactoryLnet/minecraft/world/gen/feature/StructureFeature;getStructureStartFactory()Lnet/minecraft/world/gen/feature/StructureFeature$StructureStartFactory;
-
getMonsterSpawns
- Overrides:
getMonsterSpawnsin classStructureFeature<DefaultFeatureConfig>- Mappings:
Namespace Name Mixin selector official cLcqj;c()Ljava/util/List;intermediary method_13149Lnet/minecraft/class_3195;method_13149()Ljava/util/List;named getMonsterSpawnsLnet/minecraft/world/gen/feature/StructureFeature;getMonsterSpawns()Ljava/util/List;
-
getCreatureSpawns
- Overrides:
getCreatureSpawnsin classStructureFeature<DefaultFeatureConfig>- Mappings:
Namespace Name Mixin selector official jLcqj;j()Ljava/util/List;intermediary method_16140Lnet/minecraft/class_3195;method_16140()Ljava/util/List;named getCreatureSpawnsLnet/minecraft/world/gen/feature/StructureFeature;getCreatureSpawns()Ljava/util/List;
-