Package io.github.emcw.map.entities
Class BaseEntity<T>
java.lang.Object
io.github.emcw.map.entities.BaseEntity<T>
- Type Parameters:
T
- Determines the class type of theparent
reference.
A generic base class that all other entities inherit from. Holds a name and a reference to its parent.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BaseEntity
public BaseEntity()
-
-
Method Details
-
setInfo
-