public class TreeDecoratorType<P extends TreeDecorator> extends Object
| Modifier and Type | Field and Description |
|---|---|
static TreeDecoratorType<AlterGroundTreeDecorator> |
ALTER_GROUND |
static TreeDecoratorType<BeehiveTreeDecorator> |
BEEHIVE |
static TreeDecoratorType<CocoaBeansTreeDecorator> |
COCOA |
private Function<com.mojang.datafixers.Dynamic<?>,P> |
field_21325 |
static TreeDecoratorType<LeaveVineTreeDecorator> |
LEAVE_VINE |
static TreeDecoratorType<TrunkVineTreeDecorator> |
TRUNK_VINE |
| Modifier | Constructor and Description |
|---|---|
private |
TreeDecoratorType(Function<com.mojang.datafixers.Dynamic<?>,P> function) |
| Modifier and Type | Method and Description |
|---|---|
P |
method_23472(com.mojang.datafixers.Dynamic<?> dynamic) |
private static <P extends TreeDecorator> |
register(String string,
Function<com.mojang.datafixers.Dynamic<?>,P> function) |
public static final TreeDecoratorType<TrunkVineTreeDecorator> TRUNK_VINE
public static final TreeDecoratorType<LeaveVineTreeDecorator> LEAVE_VINE
public static final TreeDecoratorType<CocoaBeansTreeDecorator> COCOA
public static final TreeDecoratorType<BeehiveTreeDecorator> BEEHIVE
public static final TreeDecoratorType<AlterGroundTreeDecorator> ALTER_GROUND
private final Function<com.mojang.datafixers.Dynamic<?>,P extends TreeDecorator> field_21325
private static <P extends TreeDecorator> TreeDecoratorType<P> register(String string, Function<com.mojang.datafixers.Dynamic<?>,P> function)
public P method_23472(com.mojang.datafixers.Dynamic<?> dynamic)