Class HugeFungusConfig
java.lang.Object
com.lightning.northstar.world.features.configuration.HugeFungusConfig
- All Implemented Interfaces:
net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
public class HugeFungusConfig
extends Object
implements net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HugeFungusConfig> final net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerfinal net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderFields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHugeFungusConfig(net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProvider trunkProvider, net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer trunkPlacer) -
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.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
trunkProvider
public final net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProvider trunkProvider -
trunkPlacer
public final net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer trunkPlacer
-
-
Constructor Details
-
HugeFungusConfig
protected HugeFungusConfig(net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProvider trunkProvider, net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer trunkPlacer)
-