Uses of Class
net.minecraft.world.gen.foliage.FoliagePlacerType
Packages that use FoliagePlacerType
-
Uses of FoliagePlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FoliagePlacerTypeModifier and TypeFieldDescriptionstatic Registry<FoliagePlacerType<?>>Registry.FOLIAGE_PLACER_TYPEstatic RegistryKey<Registry<FoliagePlacerType<?>>>Registry.FOLIAGE_PLACER_TYPE_KEY -
Uses of FoliagePlacerType in net.minecraft.world.gen.foliage
Fields in net.minecraft.world.gen.foliage declared as FoliagePlacerTypeModifier and TypeFieldDescriptionstatic FoliagePlacerType<AcaciaFoliagePlacer>FoliagePlacerType.ACACIA_FOLIAGE_PLACERstatic FoliagePlacerType<BlobFoliagePlacer>FoliagePlacerType.BLOB_FOLIAGE_PLACERstatic FoliagePlacerType<BushFoliagePlacer>FoliagePlacerType.BUSH_FOLIAGE_PLACERFoliagePlacerType.DARK_OAK_FOLIAGE_PLACERFoliagePlacerType.FANCY_FOLIAGE_PLACERstatic FoliagePlacerType<JungleFoliagePlacer>FoliagePlacerType.JUNGLE_FOLIAGE_PLACERFoliagePlacerType.MEGA_PINE_FOLIAGE_PLACERstatic FoliagePlacerType<PineFoliagePlacer>FoliagePlacerType.PINE_FOLIAGE_PLACERFoliagePlacerType.RANDOM_SPREAD_FOLIAGE_PLACERstatic FoliagePlacerType<SpruceFoliagePlacer>FoliagePlacerType.SPRUCE_FOLIAGE_PLACERMethods in net.minecraft.world.gen.foliage that return FoliagePlacerTypeModifier and TypeMethodDescriptionprotected FoliagePlacerType<?>AcaciaFoliagePlacer.getType()protected FoliagePlacerType<?>BlobFoliagePlacer.getType()protected FoliagePlacerType<?>BushFoliagePlacer.getType()protected FoliagePlacerType<?>DarkOakFoliagePlacer.getType()protected abstract FoliagePlacerType<?>FoliagePlacer.getType()protected FoliagePlacerType<?>JungleFoliagePlacer.getType()protected FoliagePlacerType<?>LargeOakFoliagePlacer.getType()protected FoliagePlacerType<?>MegaPineFoliagePlacer.getType()protected FoliagePlacerType<?>PineFoliagePlacer.getType()protected FoliagePlacerType<?>RandomSpreadFoliagePlacer.getType()protected FoliagePlacerType<?>SpruceFoliagePlacer.getType()private static <P extends FoliagePlacer>
FoliagePlacerType<P>