Class ViewPortTileBaseEvent

    • Constructor Detail

      • ViewPortTileBaseEvent

        protected ViewPortTileBaseEvent()
      • ViewPortTileBaseEvent

        public ViewPortTileBaseEvent​(int frameTTL,
                                     CoordI2 worldPos,
                                     CoordI2 entityPos,
                                     UUID compositeEntityId)
        Parameters:
        frameTTL -
        worldPos - Optional. Either set worldPos...
        entityPos - Optional. ... or set entityPos + compositeEntityId
        compositeEntityId - Optional. Needed if entityPos is not null.
    • Method Detail

      • getWorldPos

        public CoordI2 getWorldPos()
      • getEntityPos

        public CoordI2 getEntityPos()
      • getCompositeEntityId

        public UUID getCompositeEntityId()