Package | Description |
---|---|
net.minecraft.util.registry | |
net.minecraft.world.gen.foliageplacer | |
net.minecraftforge.registries |
Modifier and Type | Field and Description |
---|---|
static Registry<FoliagePlacerType<?>> |
Registry.FOLIAGE_PLACER_TYPE
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static FoliagePlacerType<AcaciaFoliagePlacer> |
FoliagePlacerType.ACACIA |
static FoliagePlacerType<BlobFoliagePlacer> |
FoliagePlacerType.BLOB |
protected FoliagePlacerType<?> |
FoliagePlacer.field_227383_c_ |
static FoliagePlacerType<PineFoliagePlacer> |
FoliagePlacerType.PINE |
static FoliagePlacerType<SpruceFoliagePlacer> |
FoliagePlacerType.SPRUCE |
Modifier and Type | Method and Description |
---|---|
private static <P extends FoliagePlacer> |
FoliagePlacerType.register(java.lang.String p_227392_0_,
java.util.function.Function<com.mojang.datafixers.Dynamic<?>,P> p_227392_1_) |
Constructor and Description |
---|
FoliagePlacer(int p_i225848_1_,
int p_i225848_2_,
FoliagePlacerType<?> p_i225848_3_) |
Modifier and Type | Field and Description |
---|---|
static IForgeRegistry<FoliagePlacerType<?>> |
ForgeRegistries.FOLIAGE_PLACER_TYPES |