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. CODECstatic Feature<EndSpikeFeatureConfig>Feature. END_SPIKEMethods in net.minecraft.world.gen.feature with parameters of type EndSpikeFeatureConfig Modifier and Type Method Description private voidEndSpikeFeature. 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 booleanEndSpikeFeature. 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)