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
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<HugeFungusConfig>
     
    final net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
     
    final net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProvider
     

    Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration

    NONE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    HugeFungusConfig(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, wait

    Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration

    getFeatures
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<HugeFungusConfig> 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)