Interface EntityType.EntityFactory<T extends Entity>

Enclosing class:
EntityType<T extends Entity>

public static interface EntityType.EntityFactory<T extends Entity>
  • Method Summary

    Modifier and Type Method Description
    T create​(EntityType<T> type, World world)