Class TreeDecoratorTypes

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

public class TreeDecoratorTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>>
     
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>>
     
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>>
     
  • 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

    • TREE_DECORATOR_TYPES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> TREE_DECORATOR_TYPES
    • ULTRA_JUNGLE_TRUNK_VINES

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> ULTRA_JUNGLE_TRUNK_VINES
    • ULTRA_JUNGLE_LEAVE_VINES

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> ULTRA_JUNGLE_LEAVE_VINES
    • CHRISTMAS_PRESENTS

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> CHRISTMAS_PRESENTS
  • Constructor Details

    • TreeDecoratorTypes

      public TreeDecoratorTypes()