Interface NbtLike
-
- All Implemented Interfaces:
public interface NbtLike
-
-
Method Summary
Modifier and Type Method Description abstract byte
getId()
abstract String
getAsString()
abstract NbtLike
clone()
-
-
Method Detail
-
getId
abstract byte getId()
-
getAsString
abstract String getAsString()
-
-
-
-