public class FossilsFeature extends Feature<NoFeatureConfig>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation[] |
FOSSILS |
private static ResourceLocation[] |
FOSSILS_COAL |
private static ResourceLocation |
STRUCTURE_SKULL_01 |
private static ResourceLocation |
STRUCTURE_SKULL_01_COAL |
private static ResourceLocation |
STRUCTURE_SKULL_02 |
private static ResourceLocation |
STRUCTURE_SKULL_02_COAL |
private static ResourceLocation |
STRUCTURE_SKULL_03 |
private static ResourceLocation |
STRUCTURE_SKULL_03_COAL |
private static ResourceLocation |
STRUCTURE_SKULL_04 |
private static ResourceLocation |
STRUCTURE_SKULL_04_COAL |
private static ResourceLocation |
STRUCTURE_SPINE_01 |
private static ResourceLocation |
STRUCTURE_SPINE_01_COAL |
private static ResourceLocation |
STRUCTURE_SPINE_02 |
private static ResourceLocation |
STRUCTURE_SPINE_02_COAL |
private static ResourceLocation |
STRUCTURE_SPINE_03 |
private static ResourceLocation |
STRUCTURE_SPINE_03_COAL |
private static ResourceLocation |
STRUCTURE_SPINE_04 |
private static ResourceLocation |
STRUCTURE_SPINE_04_COAL |
ACACIA_TREE, BAMBOO, BLOCK_PILE, BLUE_ICE, BONUS_CHEST, BURIED_TREASURE, CHORUS_PLANT, CORAL_CLAW, CORAL_MUSHROOM, CORAL_TREE, DARK_OAK_TREE, DECORATED, DECORATED_FLOWER, DESERT_PYRAMID, DESERT_WELL, DISK, EMERALD_ORE, END_CITY, END_GATEWAY, END_ISLAND, END_SPIKE, FANCY_TREE, FILL_LAYER, FLOWER, FOREST_ROCK, FOSSIL, FREEZE_TOP_LAYER, GLOWSTONE_BLOB, HUGE_BROWN_MUSHROOM, HUGE_RED_MUSHROOM, ICE_PATCH, ICE_SPIKE, ICEBERG, IGLOO, ILLAGER_STRUCTURES, JUNGLE_GROUND_BUSH, JUNGLE_TEMPLE, KELP, LAKE, MEGA_JUNGLE_TREE, MEGA_SPRUCE_TREE, MINESHAFT, MONSTER_ROOM, NETHER_BRIDGE, NO_OP, NORMAL_TREE, OCEAN_MONUMENT, OCEAN_RUIN, ORE, PILLAGER_OUTPOST, RANDOM_BOOLEAN_SELECTOR, RANDOM_PATCH, RANDOM_RANDOM_SELECTOR, RANDOM_SELECTOR, SEA_PICKLE, SEAGRASS, SHIPWRECK, SIMPLE_BLOCK, SIMPLE_RANDOM_SELECTOR, SPRING_FEATURE, STRONGHOLD, STRUCTURES, SWAMP_HUT, VILLAGE, VINES, VOID_START_PLATFORM, WOODLAND_MANSION
delegate
Constructor and Description |
---|
FossilsFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends NoFeatureConfig> p_i49873_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
NoFeatureConfig config) |
createConfig, getCreatureSpawnList, getSpawnList, isDirt, isStone, setBlockState, withConfiguration
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
private static final ResourceLocation STRUCTURE_SPINE_01
private static final ResourceLocation STRUCTURE_SPINE_02
private static final ResourceLocation STRUCTURE_SPINE_03
private static final ResourceLocation STRUCTURE_SPINE_04
private static final ResourceLocation STRUCTURE_SPINE_01_COAL
private static final ResourceLocation STRUCTURE_SPINE_02_COAL
private static final ResourceLocation STRUCTURE_SPINE_03_COAL
private static final ResourceLocation STRUCTURE_SPINE_04_COAL
private static final ResourceLocation STRUCTURE_SKULL_01
private static final ResourceLocation STRUCTURE_SKULL_02
private static final ResourceLocation STRUCTURE_SKULL_03
private static final ResourceLocation STRUCTURE_SKULL_04
private static final ResourceLocation STRUCTURE_SKULL_01_COAL
private static final ResourceLocation STRUCTURE_SKULL_02_COAL
private static final ResourceLocation STRUCTURE_SKULL_03_COAL
private static final ResourceLocation STRUCTURE_SKULL_04_COAL
private static final ResourceLocation[] FOSSILS
private static final ResourceLocation[] FOSSILS_COAL
public FossilsFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends NoFeatureConfig> p_i49873_1_)
public boolean place(IWorld worldIn, ChunkGenerator<? extends GenerationSettings> generator, java.util.Random rand, BlockPos pos, NoFeatureConfig config)
place
in class Feature<NoFeatureConfig>