Package net.minecraft.world.gen.trunk
Class TrunkPlacerType<P extends TrunkPlacer>
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacerType<P>
public class TrunkPlacerType<P extends TrunkPlacer> extends Object
-
Field Summary
Fields Modifier and Type Field Description static TrunkPlacerType<DarkOakTrunkPlacer>DARK_OAK_TRUNK_PLACERstatic TrunkPlacerType<LargeOakTrunkPlacer>FANCY_TRUNK_PLACERprivate com.mojang.serialization.Codec<P>field_24973static TrunkPlacerType<ForkingTrunkPlacer>FORKING_TRUNK_PLACERstatic TrunkPlacerType<GiantTrunkPlacer>GIANT_TRUNK_PLACERstatic TrunkPlacerType<MegaJungleTrunkPlacer>MEGA_JUNGLE_TRUNK_PLACERstatic TrunkPlacerType<StraightTrunkPlacer>STRAIGHT_TRUNK_PLACER -
Constructor Summary
Constructors Modifier Constructor Description privateTrunkPlacerType(com.mojang.serialization.Codec<P> codec) -
Method Summary
Modifier and Type Method Description com.mojang.serialization.Codec<P>method_28908()private static <P extends TrunkPlacer>
TrunkPlacerType<P>register(String id, com.mojang.serialization.Codec<P> codec)
-
Field Details
-
Constructor Details
-
Method Details
-
register
private static <P extends TrunkPlacer> TrunkPlacerType<P> register(String id, com.mojang.serialization.Codec<P> codec) -
method_28908
-