Class Schematic
java.lang.Object
me.c7dev.dexterity.displays.schematics.Schematic
Reads and pastes an existing schematic file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecode
(byte[] data) void
decodeObjects
(byte[] data) int
paste
(org.bukkit.Location loc) Create a copy of the schematic centered at the specified locationvoid
reloadBlocks
(List<Token> data) Interprets the token sequence to translate back intoDexBlock
states
-
Constructor Details
-
Schematic
-
-
Method Details
-
getAuthor
-
getSchemaVersion
public int getSchemaVersion() -
decode
-
decodeObjects
public void decodeObjects(byte[] data) -
reloadBlocks
Interprets the token sequence to translate back intoDexBlock
states- Parameters:
data
-
-
paste
Create a copy of the schematic centered at the specified location- Parameters:
loc
-
-