public class TreeDecoratorType<P extends TreeDecorator>
| cir | |
| net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType | |
| net.minecraft.class_4663 | |
| net.minecraft.world.gen.decorator.TreeDecoratorType | |
| net.minecraft.world.gen.treedecorator.TreeDecoratorType | |
| net.minecraft.server.v1_15_R1.WorldGenFeatureTrees |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final TreeDecoratorType<TrunkVineDecorator> |
| ||||||||||
| public static final TreeDecoratorType<LeaveVineDecorator> |
| ||||||||||
| public static final TreeDecoratorType<CocoaDecorator> |
| ||||||||||
| public static final TreeDecoratorType<BeehiveDecorator> |
| ||||||||||
| public static final TreeDecoratorType<AlterGroundDecorator> |
| ||||||||||
| private final Function<com.mojang.datafixers.Dynamic<?>, P> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (Function<com.mojang.datafixers.Dynamic<?>, P> arg0) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static <P extends TreeDecorator> TreeDecoratorType<P> |
| ||||||||||
| public P |
|