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

All Known Subinterfaces:
AddressUpdater, AnimalUpdater, HumanUpdater, PetUpdater
All Known Implementing Classes:
AddressUpdater.Default, AnimalUpdater.Default, Entity.Updater.Abstract, HumanUpdater.Default, PetUpdater.Default
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()