Uses of Class
dev.wyck.worldgen.feature.configurations.EndSpikeConfiguration.Builder
Packages that use EndSpikeConfiguration.Builder
-
Uses of EndSpikeConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return EndSpikeConfiguration.BuilderModifier and TypeMethodDescriptionEndSpikeConfiguration.builder()Creates a new builder.EndSpikeConfiguration.Builder.crystalBeamTarget(@Nullable BlockVector crystalBeamTarget) Sets the block position the crystal beams target.EndSpikeConfiguration.Builder.crystalInvulnerable(boolean crystalInvulnerable) Sets whether the End crystals on top of the spikes are invulnerable.FeatureConfiguration.endSpike()Creates a builder for anEndSpikeConfiguration.Adds one or more spikes to the configuration.Sets the configuration of each spike, replacing any existing spikes.default EndSpikeConfiguration.BuilderEndSpikeConfiguration.toBuilder()Converts this object back to a builder.