Uses of Class
net.minecraft.world.gen.feature.EndSpikeFeature.Spike
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of EndSpikeFeature.Spike in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type EndSpikeFeature.Spike Modifier and Type Field Description private static LoadingCache<Long,List<EndSpikeFeature.Spike>>
EndSpikeFeature. CACHE
static com.mojang.serialization.Codec<EndSpikeFeature.Spike>
EndSpikeFeature.Spike. CODEC
private List<EndSpikeFeature.Spike>
EndSpikeFeatureConfig. spikes
Methods in net.minecraft.world.gen.feature that return types with arguments of type EndSpikeFeature.Spike Modifier and Type Method Description static List<EndSpikeFeature.Spike>
EndSpikeFeature. getSpikes(StructureWorldAccess world)
List<EndSpikeFeature.Spike>
EndSpikeFeatureConfig. getSpikes()
List<EndSpikeFeature.Spike>
EndSpikeFeature.SpikeCache. load(Long long2)
Methods in net.minecraft.world.gen.feature with parameters of type EndSpikeFeature.Spike Modifier and Type Method Description private void
EndSpikeFeature. generateSpike(ServerWorldAccess world, Random random, EndSpikeFeatureConfig config, EndSpikeFeature.Spike spike)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type EndSpikeFeature.Spike Constructor Description EndSpikeFeatureConfig(boolean crystalInvulnerable, List<EndSpikeFeature.Spike> spikes, @Nullable BlockPos crystalBeamTarget)
EndSpikeFeatureConfig(boolean crystalInvulnerable, List<EndSpikeFeature.Spike> spikes, Optional<BlockPos> crystalBeamTarget)