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, wait
Methods inherited from interface dev.prozilla.pine.core.entity.EntityContext
isDescendantOf
Methods inherited from interface dev.prozilla.pine.core.entity.EntityProvider
getChildWithTag, getFirstChild, getLastChild, getParentWithTag, isDescendantOf
Methods 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:
getCoordinate
in interfaceTileProvider
-
getTile
- Specified by:
getTile
in interfaceTileProvider
-