クラス NbtDecoder
java.lang.Object
io.github.takenoko4096.nbt.NbtDecoder
-
フィールドの概要
フィールド修飾子とタイプフィールド説明static final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
メソッドの概要
修飾子とタイプメソッド説明static MojangsonCompounddecompress(byte[] bytes) static MojangsonCompounddecompress(File file) static booleanisCompressed(byte[] bytes) static booleanisCompressed(File file) static MojangsonCompoundraw(byte[] bytes) static MojangsonCompound
-
フィールド詳細
-
TAG_END
public static final byte TAG_END- 関連項目:
-
TAG_BYTE
public static final byte TAG_BYTE- 関連項目:
-
TAG_SHORT
public static final byte TAG_SHORT- 関連項目:
-
TAG_INT
public static final byte TAG_INT- 関連項目:
-
TAG_LONG
public static final byte TAG_LONG- 関連項目:
-
TAG_FLOAT
public static final byte TAG_FLOAT- 関連項目:
-
TAG_DOUBLE
public static final byte TAG_DOUBLE- 関連項目:
-
TAG_BYTE_ARRAY
public static final byte TAG_BYTE_ARRAY- 関連項目:
-
TAG_STRING
public static final byte TAG_STRING- 関連項目:
-
TAG_LIST
public static final byte TAG_LIST- 関連項目:
-
TAG_COMPOUND
public static final byte TAG_COMPOUND- 関連項目:
-
TAG_INT_ARRAY
public static final byte TAG_INT_ARRAY- 関連項目:
-
TAG_LONG_ARRAY
public static final byte TAG_LONG_ARRAY- 関連項目:
-
-
メソッドの詳細
-
decompress
-
raw
-
isCompressed
-
decompress
-
raw
-
isCompressed
public static boolean isCompressed(byte[] bytes)
-