Class Tag_Int

All Implemented Interfaces:
ITag<Integer>

public class Tag_Int extends Basic_Tag<Integer>
Class representing a NBT int tag.
Author:
Paul Ferlitz
  • Constructor Details

    • Tag_Int

      public Tag_Int()
      Create an empty int tag.
    • Tag_Int

      public Tag_Int(String name)
      Create a int tag with name and data set to null.
      Parameters:
      name - Name of the tag.
    • Tag_Int

      public Tag_Int(String name, int data)
      Create a int tag with name and data.
      Parameters:
      name - Name of the tag.
      data - The initial data of the tag.