Uses of Class
dev.wyck.worldgen.feature.configurations.end.EndSpike.Builder
Packages that use EndSpike.Builder
-
Uses of EndSpike.Builder in dev.wyck.worldgen.feature.configurations.end
Methods in dev.wyck.worldgen.feature.configurations.end that return EndSpike.BuilderModifier and TypeMethodDescriptionstatic EndSpike.BuilderEndSpike.builder()Creates a new builder.EndSpike.Builder.centerX(int centerX) Sets the X coordinate of the center of the spike.EndSpike.Builder.centerZ(int centerZ) Sets the Z coordinate of the center of the spike.EndSpike.Builder.guarded(boolean guarded) Sets whether an iron bar cage is generated around the crystal on top of the spike.EndSpike.Builder.height(int height) Sets the height of the spike.EndSpike.Builder.radius(int radius) Sets the radius of the spike.default EndSpike.BuilderEndSpike.toBuilder()Converts this object back to a builder.