java.lang.Object
com.github.retrooper.packetevents.protocol.entity.data.EntityData<T>

public class EntityData<T> extends Object
  • Constructor Details

  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getType

      public EntityDataType<T> getType()
    • setType

      public void setType(EntityDataType<T> type)
    • getValue

      public T getValue()
    • setValue

      public void setValue(T value)