Uses of Class
net.minecraft.world.gen.feature.BasaltDeltasFeature
-
Packages that use BasaltDeltasFeature Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.feature.structure -
-
Uses of BasaltDeltasFeature in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BasaltDeltasFeature Modifier and Type Field Description static com.mojang.serialization.Codec<BasaltDeltasFeature>
BasaltDeltasFeature. CODEC
static Feature<BasaltDeltasFeature>
Feature. DELTA_FEATURE
-
Uses of BasaltDeltasFeature in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type BasaltDeltasFeature Modifier and Type Method Description private static boolean
BasaltDeltasStructure. isClear(IWorld p_236277_0_, BlockPos p_236277_1_, BasaltDeltasFeature p_236277_2_)
boolean
BasaltDeltasStructure. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BasaltDeltasFeature p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature.structure with type arguments of type BasaltDeltasFeature Constructor Description BasaltDeltasStructure(com.mojang.serialization.Codec<BasaltDeltasFeature> p_i231946_1_)
-