Class NbtString
-
- All Implemented Interfaces:
-
java.lang.Comparable
,pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike
,pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtStringLike
public final class NbtString extends Nbt<NMS> implements NbtStringLike
-
-
Method Summary
Modifier and Type Method Description static NbtString
valueOf(String value)
String
getAsString()
NbtString
clone()
int
compareTo(@NonNull() Nbt<out Object> o)
-
Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.Nbt
equals, getId, hashCode, toString
-
Methods inherited from class java.lang.Comparable
compareTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-