Uses of Class
net.minecraft.world.gen.trunk.TrunkPlacerType
Packages that use TrunkPlacerType
-
Uses of TrunkPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TrunkPlacerTypeModifier and TypeFieldDescriptionstatic Registry<TrunkPlacerType<?>>Registry.TRUNK_PLACER_TYPEstatic RegistryKey<Registry<TrunkPlacerType<?>>>Registry.TRUNK_PLACER_TYPE_KEY -
Uses of TrunkPlacerType in net.minecraft.world.gen.trunk
Fields in net.minecraft.world.gen.trunk declared as TrunkPlacerTypeModifier and TypeFieldDescriptionstatic TrunkPlacerType<BendingTrunkPlacer>TrunkPlacerType.BENDING_TRUNK_PLACERstatic TrunkPlacerType<DarkOakTrunkPlacer>TrunkPlacerType.DARK_OAK_TRUNK_PLACERstatic TrunkPlacerType<LargeOakTrunkPlacer>TrunkPlacerType.FANCY_TRUNK_PLACERstatic TrunkPlacerType<ForkingTrunkPlacer>TrunkPlacerType.FORKING_TRUNK_PLACERstatic TrunkPlacerType<GiantTrunkPlacer>TrunkPlacerType.GIANT_TRUNK_PLACERstatic TrunkPlacerType<MegaJungleTrunkPlacer>TrunkPlacerType.MEGA_JUNGLE_TRUNK_PLACERstatic TrunkPlacerType<StraightTrunkPlacer>TrunkPlacerType.STRAIGHT_TRUNK_PLACERMethods in net.minecraft.world.gen.trunk that return TrunkPlacerTypeModifier and TypeMethodDescriptionprotected TrunkPlacerType<?>BendingTrunkPlacer.getType()protected TrunkPlacerType<?>DarkOakTrunkPlacer.getType()protected TrunkPlacerType<?>ForkingTrunkPlacer.getType()protected TrunkPlacerType<?>GiantTrunkPlacer.getType()protected TrunkPlacerType<?>LargeOakTrunkPlacer.getType()protected TrunkPlacerType<?>MegaJungleTrunkPlacer.getType()protected TrunkPlacerType<?>StraightTrunkPlacer.getType()protected abstract TrunkPlacerType<?>TrunkPlacer.getType()private static <P extends TrunkPlacer>
TrunkPlacerType<P>