Package com.sk89q.jnbt
Class IntTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.IntTag
The
TAG_Int
tag.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IntTag
public IntTag(int value) Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
-
Method Details