Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.SpikeConfiguration
Packages that use SpikeConfiguration
Package
Description
-
Uses of SpikeConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type SpikeConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type SpikeConfigurationModifier and TypeMethodDescriptionprivate void
SpikeFeature.placeSpike(ServerLevelAccessor p_66854_, Random p_66855_, SpikeConfiguration p_66856_, SpikeFeature.EndSpike p_66857_)
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpikeConfigurationModifier and TypeMethodDescriptionboolean
SpikeFeature.place(FeaturePlaceContext<SpikeConfiguration> p_160372_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpikeConfigurationModifierConstructorDescriptionSpikeFeature(com.mojang.serialization.Codec<SpikeConfiguration> p_66852_)
-
Uses of SpikeConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type SpikeConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<SpikeConfiguration>
SpikeConfiguration.CODEC