Package net.minecraft.world.gen.feature
Class HugeFungusConfig
- java.lang.Object
-
- net.minecraft.world.gen.feature.HugeFungusConfig
-
- All Implemented Interfaces:
IFeatureConfig
public class HugeFungusConfig extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<HugeFungusConfig>
CODEC
BlockState
decorState
BlockState
hatState
static HugeFungusConfig
HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIG
static HugeFungusConfig
HUGE_CRIMSON_FUNGI_PLANTED_CONFIG
static HugeFungusConfig
HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIG
static HugeFungusConfig
HUGE_WARPED_FUNGI_PLANTED_CONFIG
boolean
planted
BlockState
stemState
BlockState
validBaseState
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description HugeFungusConfig(BlockState p_i231958_1_, BlockState p_i231958_2_, BlockState p_i231958_3_, BlockState p_i231958_4_, boolean p_i231958_5_)
-
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.IFeatureConfig
getFeatures
-
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<HugeFungusConfig> CODEC
-
HUGE_CRIMSON_FUNGI_PLANTED_CONFIG
public static final HugeFungusConfig HUGE_CRIMSON_FUNGI_PLANTED_CONFIG
-
HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIG
public static final HugeFungusConfig HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIG
-
HUGE_WARPED_FUNGI_PLANTED_CONFIG
public static final HugeFungusConfig HUGE_WARPED_FUNGI_PLANTED_CONFIG
-
HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIG
public static final HugeFungusConfig HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIG
-
validBaseState
public final BlockState validBaseState
-
stemState
public final BlockState stemState
-
hatState
public final BlockState hatState
-
decorState
public final BlockState decorState
-
planted
public final boolean planted
-
-
Constructor Detail
-
HugeFungusConfig
public HugeFungusConfig(BlockState p_i231958_1_, BlockState p_i231958_2_, BlockState p_i231958_3_, BlockState p_i231958_4_, boolean p_i231958_5_)
-
-