Package net.sandrohc.schematic4j
Class SchematicUtil
java.lang.Object
net.sandrohc.schematic4j.SchematicUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsAllTags(net.querz.nbt.tag.CompoundTag tag, String... requiredTags) static booleancontainsTag(net.querz.nbt.tag.CompoundTag tag, String... optionalTags) static SchematicFormatdetectFormat(net.querz.nbt.io.NamedTag root) static Schematicstatic Schematicload(InputStream is) static Schematicstatic Schematicstatic Schematicparse(net.querz.nbt.io.NamedTag root) static Objectunwrap(net.querz.nbt.tag.Tag<?> value)
-
Constructor Details
-
SchematicUtil
public SchematicUtil()
-
-
Method Details
-
load
- Throws:
ParsingExceptionIOException
-
load
- Throws:
ParsingExceptionIOException
-
load
- Throws:
ParsingExceptionIOException
-
load
- Throws:
ParsingExceptionIOException
-
parse
- Throws:
ParsingException
-
detectFormat
-
unwrap
-
containsAllTags
-
containsTag
-