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

public class EntityData extends Object
  • Constructor Details

  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getType

      public EntityDataType<?> getType()
    • setType

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

      public Object getValue()
    • setValue

      public void setValue(Object value)