Uses of Class
com.xebisco.yield.Entity2DContainer
Packages that use Entity2DContainer
-
Uses of Entity2DContainer in com.xebisco.yield
Subclasses of Entity2DContainer in com.xebisco.yieldModifier and TypeClassDescriptionclassThe BlankScene class is a custom scene for an application.final classRepresents a 2D entity within a game or application.classTheSceneclass represents a scene in a 2D environment.Methods in com.xebisco.yield that return Entity2DContainerModifier and TypeMethodDescriptionEntity2D.parent()Gets the parent entity of this entity, or null if it has no parent.Entity2DContainer.setEntities(List<Entity2D> entities) Sets the list of entities in the container.