Package com.ryandw11.structure.io
Class BlockTag
java.lang.Object
me.ryandw11.ods.tags.ObjectTag
com.ryandw11.structure.io.BlockTag
- All Implemented Interfaces:
me.ryandw11.ods.Tag<List<me.ryandw11.ods.Tag<?>>>
public class BlockTag
extends me.ryandw11.ods.tags.ObjectTag
Stores information about a block in the ODS file format.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.Location
org.bukkit.Location
getLocation(org.bukkit.World w)
org.bukkit.Material
getType()
Methods inherited from class me.ryandw11.ods.tags.ObjectTag
addTag, createFromData, getID, getName, getTag, getValue, hasTag, removeAllTags, removeTag, removeTag, setName, setValue, writeData
-
Constructor Details
-
BlockTag
-
BlockTag
-
BlockTag
public BlockTag(org.bukkit.Material type, org.bukkit.Location location) -
BlockTag
public BlockTag(me.ryandw11.ods.tags.ObjectTag objTag)
-
-
Method Details
-
getLocation
public org.bukkit.Location getLocation() -
getLocation
public org.bukkit.Location getLocation(org.bukkit.World w) -
getType
public org.bukkit.Material getType()
-