Interface LiveData

All Superinterfaces:
Data
All Known Implementing Classes:
LiveEnderData, LiveInvData

public interface LiveData extends Data
  • Method Details

    • isValid

      boolean isValid()
      Checks whether or not this data is valid.
      Returns:
      Whether or not this data is valid
    • getViewers

      Set<UUID> getViewers()