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