Package net.minecraft.world.gen.feature
Class HugeFungusFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.HugeFungusFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class HugeFungusFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<HugeFungusFeatureConfig>CODECstatic HugeFungusFeatureConfigCRIMSON_FUNGUS_CONFIGstatic HugeFungusFeatureConfigCRIMSON_FUNGUS_NOT_PLANTED_CONFIGBlockStatedecorationStateBlockStatehatStatebooleanplantedBlockStatestemStateBlockStatevalidBaseBlockstatic HugeFungusFeatureConfigWARPED_FUNGUS_CONFIGstatic HugeFungusFeatureConfigWARPED_FUNGUS_NOT_PLANTED_CONFIGFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description HugeFungusFeatureConfig(BlockState validBaseBlock, BlockState stemState, BlockState hatState, BlockState decorationState, boolean planted) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
method_30649
-
Field Details
-
CODEC
-
CRIMSON_FUNGUS_CONFIG
-
CRIMSON_FUNGUS_NOT_PLANTED_CONFIG
-
WARPED_FUNGUS_CONFIG
-
WARPED_FUNGUS_NOT_PLANTED_CONFIG
-
validBaseBlock
-
stemState
-
hatState
-
decorationState
-
planted
public final boolean planted
-
-
Constructor Details
-
HugeFungusFeatureConfig
public HugeFungusFeatureConfig(BlockState validBaseBlock, BlockState stemState, BlockState hatState, BlockState decorationState, boolean planted)
-