Uses of Interface
dev.wyck.worldgen.feature.configurations.end.EndSpike
Packages that use EndSpike
Package
Description
-
Uses of EndSpike in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type EndSpikeModifier and TypeMethodDescriptionEndSpikeConfiguration.spikes()The configuration of each spike.Methods in dev.wyck.worldgen.feature.configurations with parameters of type EndSpikeModifier and TypeMethodDescriptionAdds one or more spikes to the configuration.Method parameters in dev.wyck.worldgen.feature.configurations with type arguments of type EndSpikeModifier and TypeMethodDescriptionstatic EndSpikeConfigurationEndSpikeConfiguration.of(boolean crystalInvulnerable, List<EndSpike> spikes, @Nullable BlockVector crystalBeamTarget) Creates a new end spike configuration.Sets the configuration of each spike, replacing any existing spikes. -
Uses of EndSpike in dev.wyck.worldgen.feature.configurations.end
Methods in dev.wyck.worldgen.feature.configurations.end that return EndSpikeModifier and TypeMethodDescriptionEndSpike.Builder.build()Builds the end spike.static EndSpikeDecodes a Minecraft End spike.static EndSpikeEndSpike.of(int centerX, int centerZ, int radius, int height, boolean guarded) Creates a new end spike.Constructors in dev.wyck.worldgen.feature.configurations.end with parameters of type EndSpike