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.CODEC
private static final com.google.common.cache.LoadingCache
<Long, List<SpikeFeature.EndSpike>> SpikeFeature.SPIKE_CACHE
Methods in net.minecraft.world.level.levelgen.feature that return types with arguments of type SpikeFeature.EndSpikeModifier and TypeMethodDescriptionstatic List
<SpikeFeature.EndSpike> SpikeFeature.getSpikesForLevel
(WorldGenLevel level) Methods in net.minecraft.world.level.levelgen.feature with parameters of type SpikeFeature.EndSpikeModifier and TypeMethodDescriptionprivate void
SpikeFeature.placeSpike
(ServerLevelAccessor level, RandomSource random, SpikeConfiguration config, SpikeFeature.EndSpike spike) Places the End Spike in the world. -
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.spikes
Methods 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.EndSpikeModifierConstructorDescriptionprivate
SpikeConfiguration
(boolean crystalInvulnerable, List<SpikeFeature.EndSpike> spikes, Optional<BlockPos> crystalBeamTarget) SpikeConfiguration
(boolean crystalInvulnerable, List<SpikeFeature.EndSpike> spikes, BlockPos crystalBeamTarget)