Uses of Class
net.minecraft.world.level.levelgen.feature.EndSpikeFeature.EndSpike
Packages that use EndSpikeFeature.EndSpike
Package
Description
-
Uses of EndSpikeFeature.EndSpike in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type EndSpikeFeature.EndSpike in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type EndSpikeFeature.EndSpikeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EndSpikeFeature.EndSpike> EndSpikeFeature.EndSpike.CODECprivate static final LoadingCache<Long, List<EndSpikeFeature.EndSpike>> EndSpikeFeature.SPIKE_CACHEMethods in net.minecraft.world.level.levelgen.feature that return types with arguments of type EndSpikeFeature.EndSpikeModifier and TypeMethodDescriptionstatic List<EndSpikeFeature.EndSpike> EndSpikeFeature.getSpikesForLevel(WorldGenLevel level) Methods in net.minecraft.world.level.levelgen.feature with parameters of type EndSpikeFeature.EndSpikeModifier and TypeMethodDescriptionprivate voidEndSpikeFeature.placeSpike(ServerLevelAccessor level, RandomSource random, EndSpikeConfiguration config, EndSpikeFeature.EndSpike spike) -
Uses of EndSpikeFeature.EndSpike in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type EndSpikeFeature.EndSpikeModifier and TypeFieldDescriptionprivate final List<EndSpikeFeature.EndSpike> EndSpikeConfiguration.spikesMethods in net.minecraft.world.level.levelgen.feature.configurations that return types with arguments of type EndSpikeFeature.EndSpikeConstructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type EndSpikeFeature.EndSpikeModifierConstructorDescriptionprivateEndSpikeConfiguration(boolean crystalInvulnerable, List<EndSpikeFeature.EndSpike> spikes, Optional<BlockPos> crystalBeamTarget) EndSpikeConfiguration(boolean crystalInvulnerable, List<EndSpikeFeature.EndSpike> spikes, @Nullable BlockPos crystalBeamTarget)