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>
CODEC
static HugeFungusFeatureConfig
CRIMSON_FUNGUS_CONFIG
static HugeFungusFeatureConfig
CRIMSON_FUNGUS_NOT_PLANTED_CONFIG
BlockState
decorationState
BlockState
hatState
boolean
planted
BlockState
stemState
BlockState
validBaseBlock
static HugeFungusFeatureConfig
WARPED_FUNGUS_CONFIG
static HugeFungusFeatureConfig
WARPED_FUNGUS_NOT_PLANTED_CONFIG
Fields 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, wait
Methods 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)
-