Class SchematicSponge.Builder
java.lang.Object
net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
- Enclosing class:
- SchematicSponge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbiomes(SchematicBiome[][] biomes) blockEntities(Collection<SchematicBlockEntity> blockEntities) blocks(SchematicBlock[][][] blocks) build()dataVersion(Integer dataVersion) entities(Collection<SchematicEntity> entities) height(int height) length(int length) metadata(SchematicSponge.Metadata metadata) offset(int[] offset) width(int width)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
version
-
dataVersion
-
metadata
-
width
-
height
-
length
-
offset
-
blocks
-
blockEntities
-
entities
-
biomes
-
build
-