Class BlockStateProviderTypes

java.lang.Object
com.pixelmonmod.pixelmon.world.generation.BlockStateProviderTypes

public class BlockStateProviderTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BLOCK_STATE_PROVIDER_TYPE

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>> BLOCK_STATE_PROVIDER_TYPE
    • ULTRA_FLOWER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>> ULTRA_FLOWER
    • ULTRA_FALLEN_LEAVES

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType<?>> ULTRA_FALLEN_LEAVES
  • Constructor Details

    • BlockStateProviderTypes

      public BlockStateProviderTypes()