Class IntTag

java.lang.Object
meteordevelopment.nbt.tags.Tag
meteordevelopment.nbt.tags.IntTag
All Implemented Interfaces:
Cloneable, Comparable<Integer>

public class IntTag extends Tag implements Comparable<Integer>
  • Field Details

    • value

      public int value
  • Constructor Details

    • IntTag

      public IntTag(int value)
  • Method Details