Uses of Class
net.minecraft.world.gen.feature.BasaltDeltasFeature
Packages that use BasaltDeltasFeature
-
Uses of BasaltDeltasFeature in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BasaltDeltasFeatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BasaltDeltasFeature>
BasaltDeltasFeature.CODEC
static final 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 BasaltDeltasFeatureModifier and TypeMethodDescriptionprivate 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_, 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 BasaltDeltasFeatureModifierConstructorDescriptionBasaltDeltasStructure
(com.mojang.serialization.Codec<BasaltDeltasFeature> p_i231946_1_)