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 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 pLevel) Methods in net.minecraft.world.level.levelgen.feature with parameters of type SpikeFeature.EndSpikeModifier and TypeMethodDescriptionprivate voidSpikeFeature.placeSpike(ServerLevelAccessor pLevel, RandomSource pRandom, SpikeConfiguration pConfig, SpikeFeature.EndSpike pSpike) 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.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 pCrystalInvulnerable, List<SpikeFeature.EndSpike> pSpikes, Optional<BlockPos> pCrystalBeamTarget) SpikeConfiguration(boolean pCrystalInvulnerable, List<SpikeFeature.EndSpike> pSpikes, BlockPos pCrystalBeamTarget)