Uses of Class
net.minecraft.world.gen.trunk.TrunkPlacerType
Packages that use TrunkPlacerType
Package
Description
The base package for all Minecraft classes.
-
Uses of TrunkPlacerType in net.minecraft
Fields in net.minecraft with type parameters of type TrunkPlacerTypeModifier and TypeFieldDescriptionstatic final Registry<TrunkPlacerType<?>>class_7923.field_41151static final RegistryKey<Registry<TrunkPlacerType<?>>>class_7924.TRUNK_PLACER_TYPE_WORLDGEN -
Uses of TrunkPlacerType in net.minecraft.world.gen.trunk
Fields in net.minecraft.world.gen.trunk declared as TrunkPlacerTypeModifier and TypeFieldDescriptionstatic final TrunkPlacerType<BendingTrunkPlacer>TrunkPlacerType.BENDING_TRUNK_PLACERstatic final TrunkPlacerType<DarkOakTrunkPlacer>TrunkPlacerType.DARK_OAK_TRUNK_PLACERstatic final TrunkPlacerType<LargeOakTrunkPlacer>TrunkPlacerType.FANCY_TRUNK_PLACERstatic final TrunkPlacerType<ForkingTrunkPlacer>TrunkPlacerType.FORKING_TRUNK_PLACERstatic final TrunkPlacerType<GiantTrunkPlacer>TrunkPlacerType.GIANT_TRUNK_PLACERstatic final TrunkPlacerType<MegaJungleTrunkPlacer>TrunkPlacerType.MEGA_JUNGLE_TRUNK_PLACERstatic final TrunkPlacerType<StraightTrunkPlacer>TrunkPlacerType.STRAIGHT_TRUNK_PLACERstatic final TrunkPlacerType<UpwardsBranchingTrunkPlacer>TrunkPlacerType.UPWARDS_BRANCHING_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()protected TrunkPlacerType<?>UpwardsBranchingTrunkPlacer.getType()private static <P extends TrunkPlacer>
TrunkPlacerType<P>