JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
fr.il_totore.spigotmetadata.api.nbt
Interface NBTSingleValue<T>
All Superinterfaces:
java.lang.Cloneable,
NBTBase
All Known Subinterfaces:
NBTNumber
<V>
public interface
NBTSingleValue<T>
extends
NBTBase
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Get the NBT's value
Methods inherited from interface fr.il_totore.spigotmetadata.api.nbt.
NBTBase
getType
,
isEmpty
Method Detail
get
T
get()
Get the NBT's value
Returns:
the NBT's value as T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method