Interface EntityDataType

All Known Implementing Classes:
EntityDataType.EntityDataTypeImpl, EntityDataTypes1_12, EntityDataTypes1_8, EntityDataTypes1_9

public interface EntityDataType
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int typeId, Type<?> type)
     
    Get the write/read type
    int
    Get type id from the specific EntityDataType
  • Method Details

    • type

      Type type()
      Get the write/read type
      Returns:
      Type instance
    • typeId

      int typeId()
      Get type id from the specific EntityDataType
      Returns:
      Type id as an integer
    • create

      static EntityDataType create(int typeId, Type<?> type)