Class DataWatcherObject

java.lang.Object
me.neznamy.tab.platforms.bukkit.nms.datawatcher.DataWatcherObject

public class DataWatcherObject extends Object
A class representing the n.m.s.DataWatcherObject class to make work with it much easier
  • Constructor Details

    • DataWatcherObject

      public DataWatcherObject(int position, Object classType)
      Constructs a new instance of this class with given parameters
      Parameters:
      position - position in DataWatcher
      classType - value class type
  • Method Details

    • getPosition

      public int getPosition()
    • getClassType

      public Object getClassType()