Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.EndSpikeConfiguration
Packages that use EndSpikeConfiguration
Package
Description
-
Uses of EndSpikeConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type EndSpikeConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type EndSpikeConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type EndSpikeConfigurationModifier and TypeMethodDescriptionprivate voidEndSpikeFeature.placeSpike(ServerLevelAccessor level, RandomSource random, EndSpikeConfiguration config, EndSpikeFeature.EndSpike spike) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type EndSpikeConfigurationModifier and TypeMethodDescriptionbooleanEndSpikeFeature.place(FeaturePlaceContext<EndSpikeConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type EndSpikeConfigurationModifierConstructorDescriptionEndSpikeFeature(com.mojang.serialization.Codec<EndSpikeConfiguration> codec) -
Uses of EndSpikeConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type EndSpikeConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EndSpikeConfiguration> EndSpikeConfiguration.CODEC