Package net.minecraft.world.gen.feature
Class WeepingVineFeature
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistryEntry<Feature<?>>
-
- net.minecraft.world.gen.feature.Feature<NoFeatureConfig>
-
- net.minecraft.world.gen.feature.WeepingVineFeature
-
- All Implemented Interfaces:
IForgeRegistryEntry<Feature<?>>
public class WeepingVineFeature extends Feature<NoFeatureConfig>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
-
Field Summary
Fields Modifier and Type Field Description private static Direction[]
DIRECTIONS
-
Fields inherited from class net.minecraft.world.gen.feature.Feature
BAMBOO, BASALT_COLUMNS, BASALT_PILLAR, BLOCK_PILE, BLUE_ICE, BONUS_CHEST, CHORUS_PLANT, CORAL_CLAW, CORAL_MUSHROOM, CORAL_TREE, DECORATED, DELTA_FEATURE, DESERT_WELL, DISK, EMERALD_ORE, END_GATEWAY, END_ISLAND, END_SPIKE, FILL_LAYER, FLOWER, FOREST_ROCK, FOSSIL, FREEZE_TOP_LAYER, GLOWSTONE_BLOB, HUGE_BROWN_MUSHROOM, HUGE_FUNGUS, HUGE_RED_MUSHROOM, ICE_PATCH, ICE_SPIKE, ICEBERG, KELP, LAKE, MONSTER_ROOM, NETHER_FOREST_VEGETATION, NO_BONEMEAL_FLOWER, NO_OP, NO_SURFACE_ORE, ORE, RANDOM_BOOLEAN_SELECTOR, RANDOM_PATCH, RANDOM_SELECTOR, REPLACE_BLOBS, SEA_PICKLE, SEAGRASS, SIMPLE_BLOCK, SIMPLE_RANDOM_SELECTOR, SPRING, TREE, TWISTING_VINES, VINES, VOID_START_PLATFORM, WEEPING_VINES
-
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
-
Constructor Summary
Constructors Constructor Description WeepingVineFeature(com.mojang.serialization.Codec<NoFeatureConfig> p_i232004_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, NoFeatureConfig p_241855_5_)
private void
placeRoofNetherWart(IWorld p_236428_1_, java.util.Random p_236428_2_, BlockPos p_236428_3_)
private void
placeRoofWeepingVines(IWorld p_236429_1_, java.util.Random p_236429_2_, BlockPos p_236429_3_)
static void
placeWeepingVinesColumn(IWorld p_236427_0_, java.util.Random p_236427_1_, BlockPos.Mutable p_236427_2_, int p_236427_3_, int p_236427_4_, int p_236427_5_)
-
Methods inherited from class net.minecraft.world.gen.feature.Feature
configured, configuredCodec, isAir, isDirt, isGrassOrDirt, isStone, setBlock
-
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
-
-
-
Field Detail
-
DIRECTIONS
private static final Direction[] DIRECTIONS
-
-
Constructor Detail
-
WeepingVineFeature
public WeepingVineFeature(com.mojang.serialization.Codec<NoFeatureConfig> p_i232004_1_)
-
-
Method Detail
-
place
public boolean place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, NoFeatureConfig p_241855_5_)
- Specified by:
place
in classFeature<NoFeatureConfig>
-
placeRoofNetherWart
private void placeRoofNetherWart(IWorld p_236428_1_, java.util.Random p_236428_2_, BlockPos p_236428_3_)
-
placeRoofWeepingVines
private void placeRoofWeepingVines(IWorld p_236429_1_, java.util.Random p_236429_2_, BlockPos p_236429_3_)
-
placeWeepingVinesColumn
public static void placeWeepingVinesColumn(IWorld p_236427_0_, java.util.Random p_236427_1_, BlockPos.Mutable p_236427_2_, int p_236427_3_, int p_236427_4_, int p_236427_5_)
-
-