Interface Entity.Updater<E extends Entity,​U extends Entity.Updater<E,​U>>

All Known Implementing Classes:
Entity.Updater.Abstract
Enclosing interface:
Entity

public static interface Entity.Updater<E extends Entity,​U extends Entity.Updater<E,​U>>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Entity.Updater.Abstract<E extends Entity,​U extends Entity.Updater<E,​U>>  
  • Method Summary

    Modifier and Type Method Description
    U copy​(E data)  
    boolean update()