Class TrunkPlacerType<P extends TrunkPlacer>

java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacerType<P>

public class TrunkPlacerType<P extends TrunkPlacer> extends Object
Mappings:
Namespace Name
named net/minecraft/world/gen/trunk/TrunkPlacerType
intermediary net/minecraft/class_5142
official emg
  • Field Details

    • STRAIGHT_TRUNK_PLACER

      public static final TrunkPlacerType<StraightTrunkPlacer> STRAIGHT_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named STRAIGHT_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;STRAIGHT_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_23763 Lnet/minecraft/class_5142;field_23763:Lnet/minecraft/class_5142;
      official a Lemg;a:Lemg;
    • FORKING_TRUNK_PLACER

      public static final TrunkPlacerType<ForkingTrunkPlacer> FORKING_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named FORKING_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;FORKING_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_23764 Lnet/minecraft/class_5142;field_23764:Lnet/minecraft/class_5142;
      official b Lemg;b:Lemg;
    • GIANT_TRUNK_PLACER

      public static final TrunkPlacerType<GiantTrunkPlacer> GIANT_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named GIANT_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;GIANT_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_24171 Lnet/minecraft/class_5142;field_24171:Lnet/minecraft/class_5142;
      official c Lemg;c:Lemg;
    • MEGA_JUNGLE_TRUNK_PLACER

      public static final TrunkPlacerType<MegaJungleTrunkPlacer> MEGA_JUNGLE_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named MEGA_JUNGLE_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;MEGA_JUNGLE_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_24172 Lnet/minecraft/class_5142;field_24172:Lnet/minecraft/class_5142;
      official d Lemg;d:Lemg;
    • DARK_OAK_TRUNK_PLACER

      public static final TrunkPlacerType<DarkOakTrunkPlacer> DARK_OAK_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named DARK_OAK_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;DARK_OAK_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_24173 Lnet/minecraft/class_5142;field_24173:Lnet/minecraft/class_5142;
      official e Lemg;e:Lemg;
    • FANCY_TRUNK_PLACER

      public static final TrunkPlacerType<LargeOakTrunkPlacer> FANCY_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named FANCY_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;FANCY_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_24174 Lnet/minecraft/class_5142;field_24174:Lnet/minecraft/class_5142;
      official f Lemg;f:Lemg;
    • BENDING_TRUNK_PLACER

      public static final TrunkPlacerType<BendingTrunkPlacer> BENDING_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named BENDING_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;BENDING_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_29309 Lnet/minecraft/class_5142;field_29309:Lnet/minecraft/class_5142;
      official g Lemg;g:Lemg;
    • UPWARDS_BRANCHING_TRUNK_PLACER

      public static final TrunkPlacerType<UpwardsBranchingTrunkPlacer> UPWARDS_BRANCHING_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named UPWARDS_BRANCHING_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;UPWARDS_BRANCHING_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_38792 Lnet/minecraft/class_5142;field_38792:Lnet/minecraft/class_5142;
      official h Lemg;h:Lemg;
    • CHERRY_TRUNK_PLACER

      public static final TrunkPlacerType<CherryTrunkPlacer> CHERRY_TRUNK_PLACER
      Mappings:
      Namespace Name Mixin selector
      named CHERRY_TRUNK_PLACER Lnet/minecraft/world/gen/trunk/TrunkPlacerType;CHERRY_TRUNK_PLACER:Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary field_42855 Lnet/minecraft/class_5142;field_42855:Lnet/minecraft/class_5142;
      official i Lemg;i:Lemg;
    • codec

      private final com.mojang.serialization.MapCodec<P extends TrunkPlacer> codec
      Mappings:
      Namespace Name Mixin selector
      named codec Lnet/minecraft/world/gen/trunk/TrunkPlacerType;codec:Lcom/mojang/serialization/MapCodec;
      intermediary field_24973 Lnet/minecraft/class_5142;field_24973:Lcom/mojang/serialization/MapCodec;
      official j Lemg;j:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • TrunkPlacerType

      private TrunkPlacerType(com.mojang.serialization.MapCodec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/trunk/TrunkPlacerType;<init>(Lcom/mojang/serialization/MapCodec;)V
      intermediary <init> Lnet/minecraft/class_5142;<init>(Lcom/mojang/serialization/MapCodec;)V
      official <init> Lemg;<init>(Lcom/mojang/serialization/MapCodec;)V
  • Method Details

    • register

      private static <P extends TrunkPlacer> TrunkPlacerType<P> register(String id, com.mojang.serialization.MapCodec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/world/gen/trunk/TrunkPlacerType;register(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
      intermediary method_26995 Lnet/minecraft/class_5142;method_26995(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/class_5142;
      official a Lemg;a(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lemg;
    • getCodec

      public com.mojang.serialization.MapCodec<P> getCodec()
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/world/gen/trunk/TrunkPlacerType;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_28908 Lnet/minecraft/class_5142;method_28908()Lcom/mojang/serialization/MapCodec;
      official a Lemg;a()Lcom/mojang/serialization/MapCodec;