Class SurfaceCategoryFeatureConfig

java.lang.Object
com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
All Implemented Interfaces:
net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration

public class SurfaceCategoryFeatureConfig extends Object implements net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<SurfaceCategoryFeatureConfig>
     
    final net.minecraft.world.level.block.state.BlockState
     
    final net.minecraft.world.level.block.state.BlockState
     
    final String
     

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

    NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
    SurfaceCategoryFeatureConfig(net.minecraft.world.level.block.state.BlockState target, net.minecraft.world.level.block.state.BlockState state, String type)
     
  • 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<SurfaceCategoryFeatureConfig> CODEC
    • target

      public final net.minecraft.world.level.block.state.BlockState target
    • state

      public final net.minecraft.world.level.block.state.BlockState state
    • type

      public final String type
  • Constructor Details

    • SurfaceCategoryFeatureConfig

      public SurfaceCategoryFeatureConfig(net.minecraft.world.level.block.state.BlockState target, net.minecraft.world.level.block.state.BlockState state, String type)