Uses of Class
net.minecraft.world.gen.foliage.FoliagePlacerType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.foliage |
-
Uses of FoliagePlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FoliagePlacerType Modifier and Type Field Description static 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 FoliagePlacerType Modifier and Type Field Description static FoliagePlacerType<AcaciaFoliagePlacer>FoliagePlacerType. ACACIA_FOLIAGE_PLACERstatic FoliagePlacerType<BlobFoliagePlacer>FoliagePlacerType. BLOB_FOLIAGE_PLACERstatic FoliagePlacerType<BushFoliagePlacer>FoliagePlacerType. BUSH_FOLIAGE_PLACERstatic FoliagePlacerType<DarkOakFoliagePlacer>FoliagePlacerType. DARK_OAK_FOLIAGE_PLACERstatic FoliagePlacerType<LargeOakFoliagePlacer>FoliagePlacerType. FANCY_FOLIAGE_PLACERstatic FoliagePlacerType<JungleFoliagePlacer>FoliagePlacerType. JUNGLE_FOLIAGE_PLACERstatic FoliagePlacerType<MegaPineFoliagePlacer>FoliagePlacerType. MEGA_PINE_FOLIAGE_PLACERstatic FoliagePlacerType<PineFoliagePlacer>FoliagePlacerType. PINE_FOLIAGE_PLACERstatic FoliagePlacerType<RandomSpreadFoliagePlacer>FoliagePlacerType. RANDOM_SPREAD_FOLIAGE_PLACERstatic FoliagePlacerType<SpruceFoliagePlacer>FoliagePlacerType. SPRUCE_FOLIAGE_PLACERMethods in net.minecraft.world.gen.foliage that return FoliagePlacerType Modifier and Type Method Description protected 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>FoliagePlacerType. register(String id, com.mojang.serialization.Codec<P> codec)