Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecoratorType
Packages that use TreeDecoratorType
Package
Description
-
Uses of TreeDecoratorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TreeDecoratorType<?>>>
Registry.TREE_DECORATOR_TYPE_REGISTRY
static final Registry<TreeDecoratorType<?>>
Registry.TREE_DECORATOR_TYPES
Deprecated. -
Uses of TreeDecoratorType in net.minecraft.world.gen.treedecorator
Fields in net.minecraft.world.gen.treedecorator declared as TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final TreeDecoratorType<AlterGroundTreeDecorator>
TreeDecoratorType.ALTER_GROUND
static final TreeDecoratorType<BeehiveTreeDecorator>
TreeDecoratorType.BEEHIVE
static final TreeDecoratorType<CocoaTreeDecorator>
TreeDecoratorType.COCOA
static final TreeDecoratorType<LeaveVineTreeDecorator>
TreeDecoratorType.LEAVE_VINE
static final TreeDecoratorType<TrunkVineTreeDecorator>
TreeDecoratorType.TRUNK_VINE
Methods in net.minecraft.world.gen.treedecorator that return TreeDecoratorTypeModifier and TypeMethodDescriptionprivate static <P extends TreeDecorator>
TreeDecoratorType<P>protected TreeDecoratorType<?>
AlterGroundTreeDecorator.type()
protected TreeDecoratorType<?>
BeehiveTreeDecorator.type()
protected TreeDecoratorType<?>
CocoaTreeDecorator.type()
protected TreeDecoratorType<?>
LeaveVineTreeDecorator.type()
protected abstract TreeDecoratorType<?>
TreeDecorator.type()
protected TreeDecoratorType<?>
TrunkVineTreeDecorator.type()
-
Uses of TreeDecoratorType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TreeDecoratorType<?>>>
ForgeRegistries.Keys.TREE_DECORATOR_TYPES
static final IForgeRegistry<TreeDecoratorType<?>>
ForgeRegistries.TREE_DECORATOR_TYPES