Class TreeDecoratorType<P extends TreeDecorator>
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<P>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TreeDecoratorType<AlterGroundDecorator> static final TreeDecoratorType<AttachedToLeavesDecorator> static final TreeDecoratorType<AttachedToLogsDecorator> static final TreeDecoratorType<BeehiveDecorator> static final TreeDecoratorType<CocoaDecorator> private final com.mojang.serialization.MapCodec<P> static final TreeDecoratorType<CreakingHeartDecorator> static final TreeDecoratorType<LeaveVineDecorator> static final TreeDecoratorType<PaleMossDecorator> static final TreeDecoratorType<PlaceOnGroundDecorator> static final TreeDecoratorType<TrunkVineDecorator> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<P> codec()private static <P extends TreeDecorator>
TreeDecoratorType<P>
-
Field Details
-
TRUNK_VINE
-
LEAVE_VINE
-
PALE_MOSS
-
CREAKING_HEART
-
COCOA
-
BEEHIVE
-
ALTER_GROUND
-
ATTACHED_TO_LEAVES
-
PLACE_ON_GROUND
-
ATTACHED_TO_LOGS
-
codec
-
-
Constructor Details
-
TreeDecoratorType
-
-
Method Details
-
register
private static <P extends TreeDecorator> TreeDecoratorType<P> register(String name, com.mojang.serialization.MapCodec<P> codec) -
codec
-