Class TreeDecoratorType<P extends TreeDecorator>
java.lang.Object
net.minecraft.world.gen.decorator.TreeDecoratorType<P>
public class TreeDecoratorType<P extends TreeDecorator> extends Object
-
Field Summary
Fields Modifier and Type Field Description static TreeDecoratorType<AlterGroundTreeDecorator>ALTER_GROUNDstatic TreeDecoratorType<BeehiveTreeDecorator>BEEHIVEstatic TreeDecoratorType<CocoaBeansTreeDecorator>COCOAprivate com.mojang.serialization.Codec<P>field_24963static TreeDecoratorType<LeaveVineTreeDecorator>LEAVE_VINEstatic TreeDecoratorType<TrunkVineTreeDecorator>TRUNK_VINE -
Constructor Summary
Constructors Modifier Constructor Description privateTreeDecoratorType(com.mojang.serialization.Codec<P> codec) -
Method Summary
Modifier and Type Method Description com.mojang.serialization.Codec<P>method_28894()private static <P extends TreeDecorator>
TreeDecoratorType<P>method_28895(String string, com.mojang.serialization.Codec<P> codec)
-
Field Details
-
Constructor Details
-
Method Details
-
method_28895
private static <P extends TreeDecorator> TreeDecoratorType<P> method_28895(String string, com.mojang.serialization.Codec<P> codec) -
method_28894
-