Package net.minecraft.world.gen.trunk
Class TrunkPlacerType<P extends TrunkPlacer>
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacerType<P>
- Mappings:
Namespace Name official dcxintermediary net/minecraft/class_5142named net/minecraft/world/gen/trunk/TrunkPlacerType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrunkPlacerType<BendingTrunkPlacer>private final com.mojang.serialization.Codec<P>static final TrunkPlacerType<DarkOakTrunkPlacer>static final TrunkPlacerType<LargeOakTrunkPlacer>static final TrunkPlacerType<ForkingTrunkPlacer>static final TrunkPlacerType<GiantTrunkPlacer>static final TrunkPlacerType<MegaJungleTrunkPlacer>static final TrunkPlacerType<StraightTrunkPlacer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>getCodec()private static <P extends TrunkPlacer>
TrunkPlacerType<P>
-
Field Details
-
STRAIGHT_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official aLdcx;a:Ldcx;intermediary field_23763Lnet/minecraft/class_5142;field_23763:Lnet/minecraft/class_5142;named STRAIGHT_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;STRAIGHT_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
FORKING_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official bLdcx;b:Ldcx;intermediary field_23764Lnet/minecraft/class_5142;field_23764:Lnet/minecraft/class_5142;named FORKING_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;FORKING_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
GIANT_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official cLdcx;c:Ldcx;intermediary field_24171Lnet/minecraft/class_5142;field_24171:Lnet/minecraft/class_5142;named GIANT_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;GIANT_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
MEGA_JUNGLE_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official dLdcx;d:Ldcx;intermediary field_24172Lnet/minecraft/class_5142;field_24172:Lnet/minecraft/class_5142;named MEGA_JUNGLE_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;MEGA_JUNGLE_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
DARK_OAK_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official eLdcx;e:Ldcx;intermediary field_24173Lnet/minecraft/class_5142;field_24173:Lnet/minecraft/class_5142;named DARK_OAK_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;DARK_OAK_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
FANCY_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official fLdcx;f:Ldcx;intermediary field_24174Lnet/minecraft/class_5142;field_24174:Lnet/minecraft/class_5142;named FANCY_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;FANCY_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
BENDING_TRUNK_PLACER
- Mappings:
Namespace Name Mixin selector official gLdcx;g:Ldcx;intermediary field_29309Lnet/minecraft/class_5142;field_29309:Lnet/minecraft/class_5142;named BENDING_TRUNK_PLACERLnet/minecraft/world/gen/trunk/TrunkPlacerType;BENDING_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
codec
- Mappings:
Namespace Name Mixin selector official hLdcx;h:Lcom/mojang/serialization/Codec;intermediary field_24973Lnet/minecraft/class_5142;field_24973:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/trunk/TrunkPlacerType;codec:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
TrunkPlacerType
- Mappings:
Namespace Name Mixin selector official <init>Ldcx;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_5142;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/trunk/TrunkPlacerType;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
register
private static <P extends TrunkPlacer> TrunkPlacerType<P> register(String id, com.mojang.serialization.Codec<P> codec) - Mappings:
Namespace Name Mixin selector official aLdcx;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldcx;intermediary method_26995Lnet/minecraft/class_5142;method_26995(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_5142;named registerLnet/minecraft/world/gen/trunk/TrunkPlacerType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
getCodec
- Mappings:
Namespace Name Mixin selector official aLdcx;a()Lcom/mojang/serialization/Codec;intermediary method_28908Lnet/minecraft/class_5142;method_28908()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/world/gen/trunk/TrunkPlacerType;getCodec()Lcom/mojang/serialization/Codec;
-