Class PhantomTile
java.lang.Object
dev.prozilla.pine.core.component.sprite.PhantomTile
- All Implemented Interfaces:
TileProvider,EntityContext,EntityProvider
Represents a tile in a grid that is part of a multi-tile.
The phantom tile delegates its operations to the anchor tile of the multi-tile.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.core.entity.EntityContext
isDescendantOfMethods inherited from interface dev.prozilla.pine.core.entity.EntityProvider
getChildWithTag, getFirstChild, getLastChild, getParentWithTag, isDescendantOfMethods inherited from interface dev.prozilla.pine.core.component.sprite.TileProvider
getEntity, getGroup, getTransform, isHovering, moveBy, moveBy, moveTo, moveTo, remove, setCoordinate, setSize
-
Field Details
-
coordinate
-
offset
-
-
Constructor Details
-
PhantomTile
-
-
Method Details
-
getCoordinate
- Specified by:
getCoordinatein interfaceTileProvider
-
getTile
- Specified by:
getTilein interfaceTileProvider
-