Uses of Class
net.minecraft.world.gen.foliage.FoliagePlacerType
Packages that use FoliagePlacerType
-
Uses of FoliagePlacerType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type FoliagePlacerTypeModifier and TypeFieldDescriptionstatic final Registry<FoliagePlacerType<?>>Registries.FOLIAGE_PLACER_TYPEstatic final RegistryKey<Registry<FoliagePlacerType<?>>>RegistryKeys.FOLIAGE_PLACER_TYPE -
Uses of FoliagePlacerType in net.minecraft.world.gen.foliage
Fields in net.minecraft.world.gen.foliage declared as FoliagePlacerTypeModifier and TypeFieldDescriptionstatic final FoliagePlacerType<AcaciaFoliagePlacer>FoliagePlacerType.ACACIA_FOLIAGE_PLACERstatic final FoliagePlacerType<BlobFoliagePlacer>FoliagePlacerType.BLOB_FOLIAGE_PLACERstatic final FoliagePlacerType<BushFoliagePlacer>FoliagePlacerType.BUSH_FOLIAGE_PLACERstatic final FoliagePlacerType<CherryFoliagePlacer>FoliagePlacerType.CHERRY_FOLIAGE_PLACERstatic final FoliagePlacerType<DarkOakFoliagePlacer>FoliagePlacerType.DARK_OAK_FOLIAGE_PLACERstatic final FoliagePlacerType<LargeOakFoliagePlacer>FoliagePlacerType.FANCY_FOLIAGE_PLACERstatic final FoliagePlacerType<JungleFoliagePlacer>FoliagePlacerType.JUNGLE_FOLIAGE_PLACERstatic final FoliagePlacerType<MegaPineFoliagePlacer>FoliagePlacerType.MEGA_PINE_FOLIAGE_PLACERstatic final FoliagePlacerType<PineFoliagePlacer>FoliagePlacerType.PINE_FOLIAGE_PLACERstatic final FoliagePlacerType<RandomSpreadFoliagePlacer>FoliagePlacerType.RANDOM_SPREAD_FOLIAGE_PLACERstatic final 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<?>CherryFoliagePlacer.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>