Skip navigation links
A B C E F G H I K L M N O P R S T V W 

A

add(Object) - Method in class me.dpohvar.powernbt.api.NBTList
Appends clone of the value to the end of NBTList
add(int, Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
add(Object) - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
add(int, Object) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
addAll(Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList
 
addAll(int, Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList
 
addAll(Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
addAll(int, Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
asCraftItemStack(ItemStack) - Method in class me.dpohvar.powernbt.api.NBTManager
Convert bukkit ItemStack to CraftItemStack.

B

bind(String, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTCompound
Put NBTCompound to handle without using cloning.
bind(String, NBTList) - Method in class me.dpohvar.powernbt.api.NBTCompound
Put NBTList to handle without using cloning.

C

charset - Static variable in class me.dpohvar.powernbt.PowerNBT
 
clear() - Method in class me.dpohvar.powernbt.api.NBTCompound
 
clear() - Method in class me.dpohvar.powernbt.api.NBTList
 
clone() - Method in class me.dpohvar.powernbt.api.NBTCompound
Create clone of this NBT compouns
clone() - Method in class me.dpohvar.powernbt.api.NBTList
Create clone of this NBT list
compound(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Get NBTCompound or create new one
Example:
NBTCompound cmp = new NBTCompound().compound("display").list("Lore").add("lore1"); // cmp = {display:{Lore:["lore1"]}}
contains(Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
containsAll(Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList
 
containsKey(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
 
containsKey(String, Class) - Method in class me.dpohvar.powernbt.api.NBTCompound
Check if compound contains key with value of specific type
containsKey(String, byte) - Method in class me.dpohvar.powernbt.api.NBTCompound
Check if compound contains key with value of specific type
containsValue(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
 
createCraftItemStack(NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Create CraftItemStack from nbt value

E

entrySet() - Method in class me.dpohvar.powernbt.api.NBTCompound
 
equals(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
 
equals(Object) - Method in class me.dpohvar.powernbt.api.NBTList
 

F

forNBT(Object) - Static method in class me.dpohvar.powernbt.api.NBTCompound
Create new instance of NBTCompound by NBTTagCompound
forNBT(Object) - Static method in class me.dpohvar.powernbt.api.NBTList
Create a new instance of NBTList by NBTTagList.
forNBTCopy(Object) - Static method in class me.dpohvar.powernbt.api.NBTCompound
Create new instance NBTCompound by copy of NBTTagCompound
forNBTCopy(Object) - Static method in class me.dpohvar.powernbt.api.NBTList
Create a new instance of NBTList by copy of NBTTagList.

G

get(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
 
get(int) - Method in class me.dpohvar.powernbt.api.NBTList
 
get(int) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
getApi() - Static method in class me.dpohvar.powernbt.PowerNBT
Get PowerNBT API
getBoolean(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get value and convert to boolean
getByte(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get byte value or convert to byte
getByteArray(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get byte[]
getCaller(CommandSender) - Method in class me.dpohvar.powernbt.PowerNBT
 
getCompound(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get NBTCompound
getDouble(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get double value or convert to double
getErrorPrefix() - Method in class me.dpohvar.powernbt.PowerNBT
 
getFloat(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get float value or convert to float
getHandle() - Method in class me.dpohvar.powernbt.api.NBTCompound
Get original NBTTagCompound.
getHandle() - Method in class me.dpohvar.powernbt.api.NBTList
Get original NBTTagList.
getHandleCopy() - Method in class me.dpohvar.powernbt.api.NBTCompound
Get copy of original NBTTagCompound.
getHandleCopy() - Method in class me.dpohvar.powernbt.api.NBTList
Get copy of original NBTTagList.
getHandleList() - Method in class me.dpohvar.powernbt.api.NBTList
Get list stored in original NBTTagList.
getHandleMap() - Method in class me.dpohvar.powernbt.api.NBTCompound
get Map stored in original NBTTagCompound.
getInstance() - Static method in class me.dpohvar.powernbt.api.NBTManager
Get single instance of NBTManager.
getInt(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get int value or convert to int
getIntArray(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get int[]
getKey() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator.NBTEntry
 
getLangFolder() - Method in class me.dpohvar.powernbt.PowerNBT
 
getList(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get NBTList
getLong(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get long value or convert to long
getNBTFilesFolder() - Method in class me.dpohvar.powernbt.PowerNBT
Get the folder where are stored saved files This files are used for command: /nbt $filename
getPlayerFile(OfflinePlayer) - Method in class me.dpohvar.powernbt.api.NBTManager
Get OfflinePlayer file with stored nbt data.
getPrefix() - Method in class me.dpohvar.powernbt.PowerNBT
 
getShort(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get short value or convert to short
getString(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
Try to get string value or convert string
getTemplateFolder() - Method in class me.dpohvar.powernbt.PowerNBT
 
getTokenizer() - Method in class me.dpohvar.powernbt.PowerNBT
 
getType() - Method in class me.dpohvar.powernbt.api.NBTList
Get byte type of original NBTTagList.
getTypeCompleter() - Method in class me.dpohvar.powernbt.PowerNBT
 
getValue() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator.NBTEntry
 

H

hasNext() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator
 
hasNext() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTValues.NBTValuesIterator
 
hasNext() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
hasPrevious() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 

I

indexOf(Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
isDebug() - Method in class me.dpohvar.powernbt.PowerNBT
Get plugin debug mode
isEmpty() - Method in class me.dpohvar.powernbt.api.NBTCompound
 
isEmpty() - Method in class me.dpohvar.powernbt.api.NBTList
 
iterator() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet
 
iterator() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTValues
 
iterator() - Method in class me.dpohvar.powernbt.api.NBTList
 
iterator() - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 

K

keySet() - Method in class me.dpohvar.powernbt.api.NBTCompound
 

L

lastIndexOf(Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
list(String) - Method in class me.dpohvar.powernbt.api.NBTCompound
get NBTList or create new one
Example:
NBTCompound cmp = new NBTCompound().compound("display").list("Lore").add("lore1"); // cmp = {display:{Lore:["lore1"]}}
listIterator() - Method in class me.dpohvar.powernbt.api.NBTList
 
listIterator(int) - Method in class me.dpohvar.powernbt.api.NBTList
 
listIterator(int) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 

M

me.dpohvar.powernbt - package me.dpohvar.powernbt
 
me.dpohvar.powernbt.api - package me.dpohvar.powernbt.api
 
merge(Map) - Method in class me.dpohvar.powernbt.api.NBTCompound
Merge this compound with map.

N

NBTCompound - Class in me.dpohvar.powernbt.api
Represent net.minecraft.server.NBTTagCompound.
NBTCompound() - Constructor for class me.dpohvar.powernbt.api.NBTCompound
Create new empty NBTCompound
NBTCompound(Map) - Constructor for class me.dpohvar.powernbt.api.NBTCompound
Convert java Map to NBTCompound.
NBTCompound.NBTEntrySet - Class in me.dpohvar.powernbt.api
 
NBTCompound.NBTEntrySet.NBTIterator - Class in me.dpohvar.powernbt.api
 
NBTCompound.NBTEntrySet.NBTIterator.NBTEntry - Class in me.dpohvar.powernbt.api
 
NBTCompound.NBTValues - Class in me.dpohvar.powernbt.api
 
NBTCompound.NBTValues.NBTValuesIterator - Class in me.dpohvar.powernbt.api
 
NBTList - Class in me.dpohvar.powernbt.api
Represent net.minecraft.server.NBTTagList.
NBTList(Collection) - Constructor for class me.dpohvar.powernbt.api.NBTList
Convert java Collection to NBTList.
NBTList(Object[]) - Constructor for class me.dpohvar.powernbt.api.NBTList
Convert java array to NBTList
NBTList() - Constructor for class me.dpohvar.powernbt.api.NBTList
Create a new empty NBTList
NBTList.NBTIterator - Class in me.dpohvar.powernbt.api
 
NBTList.NBTSubList - Class in me.dpohvar.powernbt.api
 
NBTManager - Class in me.dpohvar.powernbt.api
PowerNBT API.
nbtManager - Static variable in class me.dpohvar.powernbt.api.NBTManager
 
next() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator
 
next() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTValues.NBTValuesIterator
 
next() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
nextIndex() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 

O

onEnable() - Method in class me.dpohvar.powernbt.PowerNBT
 
onLoad() - Method in class me.dpohvar.powernbt.PowerNBT
 

P

parseMojangson(String) - Method in class me.dpohvar.powernbt.api.NBTManager
Parse mojangson string.
plugin - Static variable in class me.dpohvar.powernbt.PowerNBT
 
PowerNBT - Class in me.dpohvar.powernbt
 
PowerNBT() - Constructor for class me.dpohvar.powernbt.PowerNBT
 
previous() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
previousIndex() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
put(String, Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
Put the copy of value to NBTTagCompound
putAll(Map<? extends String, ?>) - Method in class me.dpohvar.powernbt.api.NBTCompound
Copies all of the mappings from the map to this NBTTagCompound

R

read(Entity) - Method in class me.dpohvar.powernbt.api.NBTManager
Read NBT tag of bukkit entity.
read(ItemStack) - Method in class me.dpohvar.powernbt.api.NBTManager
Read nbt tag of ItemStack.
read(Chunk) - Method in class me.dpohvar.powernbt.api.NBTManager
Read nbt tag of Chunk.
read(Block) - Method in class me.dpohvar.powernbt.api.NBTManager
Read nbt data of tile entity at block.
read(InputStream) - Method in class me.dpohvar.powernbt.api.NBTManager
Read raw NBT data from input stream and convert to java object.
read(DataInput) - Method in class me.dpohvar.powernbt.api.NBTManager
Read nbt data from dataInput and convert to java object.
read(File) - Method in class me.dpohvar.powernbt.api.NBTManager
Read raw nbt data from file and convert to java object.
read(Inventory) - Method in class me.dpohvar.powernbt.api.NBTManager
Read items as nbt values from inventory
readCompressed(InputStream) - Method in class me.dpohvar.powernbt.api.NBTManager
Read compressed nbt compound.
readCompressed(File) - Method in class me.dpohvar.powernbt.api.NBTManager
Read compressed nbt data from file and convert to java object.
readForgeData(Entity) - Method in class me.dpohvar.powernbt.api.NBTManager
Read extra nbt data of entity.
readOfflinePlayer(OfflinePlayer) - Method in class me.dpohvar.powernbt.api.NBTManager
Read offline player's .dat file.
readOfflinePlayer(String) - Method in class me.dpohvar.powernbt.api.NBTManager
Read offline player's .dat file.
remove() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator
 
remove() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTValues.NBTValuesIterator
 
remove(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound
 
remove() - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
remove(int) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
remove(Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
remove(int) - Method in class me.dpohvar.powernbt.api.NBTList
 
removeAll(Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList
 
retainAll(Collection<?>) - Method in class me.dpohvar.powernbt.api.NBTList
 

S

set(Object) - Method in class me.dpohvar.powernbt.api.NBTList.NBTIterator
 
set(int, Object) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
set(int, Object) - Method in class me.dpohvar.powernbt.api.NBTList
 
setDebug(boolean) - Method in class me.dpohvar.powernbt.PowerNBT
Set plugin debug mode
setValue(Object) - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet.NBTIterator.NBTEntry
 
size() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTEntrySet
 
size() - Method in class me.dpohvar.powernbt.api.NBTCompound.NBTValues
 
size() - Method in class me.dpohvar.powernbt.api.NBTCompound
 
size() - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
size() - Method in class me.dpohvar.powernbt.api.NBTList
 
spawnEntity(NBTCompound, World) - Method in class me.dpohvar.powernbt.api.NBTManager
Spawn entity in world by nbt compound.
subList(int, int) - Method in class me.dpohvar.powernbt.api.NBTList.NBTSubList
 
subList(int, int) - Method in class me.dpohvar.powernbt.api.NBTList
 

T

toArray() - Method in class me.dpohvar.powernbt.api.NBTList
 
toArray(T[]) - Method in class me.dpohvar.powernbt.api.NBTList
 
toArrayList() - Method in class me.dpohvar.powernbt.api.NBTList
Convert nbt list to ArrayList
toCollection(T) - Method in class me.dpohvar.powernbt.api.NBTList
Convert NBTList to java Collection
toHashMap() - Method in class me.dpohvar.powernbt.api.NBTCompound
Convert nbt compound to HashMap
toList(T) - Method in class me.dpohvar.powernbt.api.NBTList
Convert NBTList to java List
toMap(T) - Method in class me.dpohvar.powernbt.api.NBTCompound
Convert NBT compound to java Map
toString() - Method in class me.dpohvar.powernbt.api.NBTCompound
 
toString() - Method in class me.dpohvar.powernbt.api.NBTList
 
translate(String) - Method in class me.dpohvar.powernbt.PowerNBT
 
translate(String, Object...) - Method in class me.dpohvar.powernbt.PowerNBT
 

V

values() - Method in class me.dpohvar.powernbt.api.NBTCompound
 

W

write(Entity, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Store nbt data to entity.
write(Chunk, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Store nbt tag to selected chunk.
write(ItemStack, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Save nbt tag to item stack.
write(Block, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Save nbt data to tile entity at block.
write(OutputStream, Object) - Method in class me.dpohvar.powernbt.api.NBTManager
Convert java object to nbt and write to outputStream.
write(DataOutput, Object) - Method in class me.dpohvar.powernbt.api.NBTManager
Convert value to nbt and write to dataOutput.
write(File, Object) - Method in class me.dpohvar.powernbt.api.NBTManager
Write to file value converted to nbt tag.
write(Inventory, NBTList) - Method in class me.dpohvar.powernbt.api.NBTManager
Store items from nbt data to inventory
writeCompressed(OutputStream, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Compress nbt compound and write to outputStream.
writeCompressed(File, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Convert value to nbt and write to file with compression.
writeForgeData(Entity, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Store extra nbt data to entity.
writeOfflinePlayer(OfflinePlayer, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Write nbt data to player's .dat file.
writeOfflinePlayer(String, NBTCompound) - Method in class me.dpohvar.powernbt.api.NBTManager
Write nbt data to player's .dat file.
A B C E F G H I K L M N O P R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.