Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecoratorType
Package
Description
-
Uses of TreeDecoratorType in net.minecraft.util.registry
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TreeDecoratorType<?>>>
ForgeRegistries.Keys.TREE_DECORATOR_TYPES
static final IForgeRegistry<TreeDecoratorType<?>>
ForgeRegistries.TREE_DECORATOR_TYPES