com.swingfrog.summer.ecs.entity.mananger.AbstractGeneralEntityManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of summer Show documentation
Show all versions of summer Show documentation
a lightweight game server framework
package com.swingfrog.summer.ecs.entity.mananger;
import com.swingfrog.summer.ecs.entity.Entity;
public abstract class AbstractGeneralEntityManager> extends AbstractEntityManager {
public E getEntity(K entityId) {
return super.getEntity(entityId);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy