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 pLevel, RandomSource pRandom, SpikeConfiguration pConfig, SpikeFeature.EndSpike pSpike) Places the End Spike in the world.Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpikeConfigurationModifier and TypeMethodDescriptionboolean
SpikeFeature.place
(FeaturePlaceContext<SpikeConfiguration> pContext) Places the given feature at the given location.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 final com.mojang.serialization.Codec
<SpikeConfiguration> SpikeConfiguration.CODEC