MCPcopy Create free account
hub / github.com/DentonW/DevIL / Entity

Class Entity

DevIL-docs/DocBuilder.java:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 class Entity extends NamedObject {
28 String description = null;
29 }
30
31 class LinkedEntity extends Entity {
32 Vector links = new Vector();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected