Uses of Class
net.minecraft.world.gen.trunk.TrunkPlacerType
Packages that use TrunkPlacerType
-
Uses of TrunkPlacerType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TrunkPlacerTypeModifier and TypeFieldDescriptionstatic final Registry<TrunkPlacerType<?>>Registries.TRUNK_PLACER_TYPEstatic final RegistryKey<Registry<TrunkPlacerType<?>>>RegistryKeys.TRUNK_PLACER_TYPE -
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>