| Package | Description |
|---|---|
| com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api |
Contains the DimensionalBlockLibrary API.
|
| com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.util |
Contains various utilities.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DTileEntity.load(NBTEditor.NBTCompound compound)
Called when loading from file.
|
abstract void |
DTileEntity.save(NBTEditor.NBTCompound compound)
Called when saving to file.
|
| Modifier and Type | Method and Description |
|---|---|
static NBTEditor.NBTCompound |
NBTEditor.NBTCompound.fromJson(java.lang.String json) |
static NBTEditor.NBTCompound |
NBTEditor.getBlockNBTTag(org.bukkit.block.Block block,
java.lang.Object... keys)
Gets an NBTCompound from the block provided
|
static NBTEditor.NBTCompound |
NBTEditor.getEmptyNBTCompound()
Get an empty NBTCompound.
|
static NBTEditor.NBTCompound |
NBTEditor.getEntityNBTTag(org.bukkit.entity.Entity entity,
java.lang.Object... keys)
Gets an NBTCompound from the entity provided
|
static NBTEditor.NBTCompound |
NBTEditor.getItemNBTTag(org.bukkit.inventory.ItemStack item,
java.lang.Object... keys)
Gets an NBTCompound from the item provided
|
static NBTEditor.NBTCompound |
NBTEditor.getNBTCompound(java.lang.String json)
Load an NBTCompound from a String.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.inventory.ItemStack |
NBTEditor.getItemFromTag(NBTEditor.NBTCompound compound)
Constructs an ItemStack from a given NBTCompound
|