Class Structure
java.lang.Object
io.github.addoncommunity.galactifun.api.structures.Structure
A structure that can be pasted
-
Method Summary
Modifier and TypeMethodDescriptionstatic Structurecreate(StructureRotation rotation, org.bukkit.block.Block pos1, org.bukkit.block.Block pos2) static StructureGets a structure or loads from a plugins resourcesstatic StructureGets a structure that was loaded from a file by nameGet the paths of all loaded structuresstatic StructureloadFromString(String string) voidpaste(org.bukkit.block.Block pos, StructureRotation rotation)
-
Method Details
-
getLoadedKeys
-
getByKey
-
get
-
loadFromString
-
create
@Nonnull public static Structure create(StructureRotation rotation, org.bukkit.block.Block pos1, org.bukkit.block.Block pos2) -
paste
-
saveToString
-