Uses of Class
net.minecraft.world.level.levelgen.feature.EndSpikeFeature.EndSpike
Packages that use EndSpikeFeature.EndSpike
-
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_CACHEprivate final List<EndSpikeFeature.EndSpike> EndSpikeFeature.spikesThe field for thespikesrecord component.Methods 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) EndSpikeFeature.spikes()Returns the value of thespikesrecord component.Methods in net.minecraft.world.level.levelgen.feature with parameters of type EndSpikeFeature.EndSpikeModifier and TypeMethodDescriptionprivate voidEndSpikeFeature.placeSpike(ServerLevelAccessor level, RandomSource random, EndSpikeFeature.EndSpike spike) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type EndSpikeFeature.EndSpikeModifierConstructorDescriptionEndSpikeFeature(List<EndSpikeFeature.EndSpike> spikes, boolean crystalInvulnerable, Optional<BlockPos> crystalBeamTarget) Creates an instance of aEndSpikeFeaturerecord class.