Uses of Class
net.minecraft.world.level.levelgen.feature.SpikeFeature.EndSpike
Packages that use SpikeFeature.EndSpike
Package
Description
-
Uses of SpikeFeature.EndSpike in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type SpikeFeature.EndSpikeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpikeFeature.EndSpike>SpikeFeature.EndSpike.CODECprivate static final com.google.common.cache.LoadingCache<Long,List<SpikeFeature.EndSpike>> SpikeFeature.SPIKE_CACHEMethods in net.minecraft.world.level.levelgen.feature that return types with arguments of type SpikeFeature.EndSpikeModifier and TypeMethodDescriptionstatic List<SpikeFeature.EndSpike>SpikeFeature.getSpikesForLevel(WorldGenLevel p_66859_) Methods in net.minecraft.world.level.levelgen.feature with parameters of type SpikeFeature.EndSpikeModifier and TypeMethodDescriptionprivate voidSpikeFeature.placeSpike(ServerLevelAccessor p_66854_, Random p_66855_, SpikeConfiguration p_66856_, SpikeFeature.EndSpike p_66857_) -
Uses of SpikeFeature.EndSpike in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type SpikeFeature.EndSpikeModifier and TypeFieldDescriptionprivate final List<SpikeFeature.EndSpike>SpikeConfiguration.spikesMethods in net.minecraft.world.level.levelgen.feature.configurations that return types with arguments of type SpikeFeature.EndSpikeConstructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type SpikeFeature.EndSpikeModifierConstructorDescriptionprivateSpikeConfiguration(boolean p_68109_, List<SpikeFeature.EndSpike> p_68110_, Optional<BlockPos> p_68111_) SpikeConfiguration(boolean p_68105_, List<SpikeFeature.EndSpike> p_68106_, BlockPos p_68107_)