Uses of Class
net.minecraft.world.gen.feature.EndSpikeFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of EndSpikeFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type EndSpikeFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<EndSpikeFeatureConfig>
EndSpikeFeatureConfig. CODEC
static Feature<EndSpikeFeatureConfig>
Feature. END_SPIKE
Methods in net.minecraft.world.gen.feature with parameters of type EndSpikeFeatureConfig Modifier and Type Method Description private void
EndSpikeFeature. generateSpike(ServerWorldAccess world, Random random, EndSpikeFeatureConfig config, EndSpikeFeature.Spike spike)
Method parameters in net.minecraft.world.gen.feature with type arguments of type EndSpikeFeatureConfig Modifier and Type Method Description boolean
EndSpikeFeature. generate(FeatureContext<EndSpikeFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type EndSpikeFeatureConfig Constructor Description EndSpikeFeature(com.mojang.serialization.Codec<EndSpikeFeatureConfig> configCodec)