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_TYPE
static 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_PLACER
static final FoliagePlacerType<BlobFoliagePlacer>
FoliagePlacerType.BLOB_FOLIAGE_PLACER
static final FoliagePlacerType<BushFoliagePlacer>
FoliagePlacerType.BUSH_FOLIAGE_PLACER
static final FoliagePlacerType<CherryFoliagePlacer>
FoliagePlacerType.CHERRY_FOLIAGE_PLACER
static final FoliagePlacerType<DarkOakFoliagePlacer>
FoliagePlacerType.DARK_OAK_FOLIAGE_PLACER
static final FoliagePlacerType<LargeOakFoliagePlacer>
FoliagePlacerType.FANCY_FOLIAGE_PLACER
static final FoliagePlacerType<JungleFoliagePlacer>
FoliagePlacerType.JUNGLE_FOLIAGE_PLACER
static final FoliagePlacerType<MegaPineFoliagePlacer>
FoliagePlacerType.MEGA_PINE_FOLIAGE_PLACER
static final FoliagePlacerType<PineFoliagePlacer>
FoliagePlacerType.PINE_FOLIAGE_PLACER
static final FoliagePlacerType<RandomSpreadFoliagePlacer>
FoliagePlacerType.RANDOM_SPREAD_FOLIAGE_PLACER
static final FoliagePlacerType<SpruceFoliagePlacer>
FoliagePlacerType.SPRUCE_FOLIAGE_PLACER
Methods 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>