Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cstockton/epiris-td-example
/ functions
Functions
1,315 in github.com/cstockton/epiris-td-example
⨍
Functions
1,315
◇
Types & classes
216
Method
EffectManager
()
src/epiris/tower/defense/cstockton/org/effect/EffectManager.java:11
Method
EffectPool
(final TiledTextureRegion pTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/effect/EffectPool.java:11
Method
EffectSpriteSheets
(final String pSheet, final int pWidth, final int pHeight, final int pCols, final int pRows)
src/epiris/tower/defense/cstockton/org/config/EffectSpriteSheets.java:21
Method
EffectTypes
( final int pTileIndexStart, final int pTileIndexEnd, final int pAnimationFrameDuratio
src/epiris/tower/defense/cstockton/org/config/EffectTypes.java:121
Method
Focus2ActivityTest
Creates an {@link ActivityInstrumentationTestCase2} that tests the {@link Focus2} activity.
tests/src/com/example/android/apis/view/Focus2ActivityTest.java:54
Method
ForwardingTest
()
tests/src/com/example/android/apis/app/ForwardingTest.java:53
Method
FreedomSpellAffectTypes
(final float pDuration, final boolean pSilenceFreedom, final boolean pRootFreedom, final boolean pStunFreedom,
src/epiris/tower/defense/cstockton/org/config/FreedomSpellAffectTypes.java:20
Method
Game
()
src/epiris/tower/defense/cstockton/org/game/Game.java:41
Method
GameAnimatedSprite
(float pX, float pY, float pTileWidth, float pTileHeight, TiledTextureRegion pTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/object/GameAnimatedSprite.java:7
Method
GameOptions
()
src/epiris/tower/defense/cstockton/org/game/GameOptions.java:19
Method
GameOver
()
src/epiris/tower/defense/cstockton/org/ui/GameOver.java:15
Method
GameTypes
(final int pId, final String pTitle, final String pDescription)
src/epiris/tower/defense/cstockton/org/config/GameTypes.java:14
Method
GenericPool
()
src/epiris/tower/defense/cstockton/org/util/GenericPool.java:32
Method
HealSpellAffectTypes
( final float pTickInterval, final int pTickCount, final int pStackCount, final int pDistance
src/epiris/tower/defense/cstockton/org/config/HealSpellAffectTypes.java:33
Method
HoldDetector
(final IHoldDetectorListener pClickDetectorListener)
src/epiris/tower/defense/cstockton/org/wave/input/touch/HoldDetector.java:49
Method
Hud
()
src/epiris/tower/defense/cstockton/org/ui/Hud.java:49
Method
Laser
(float pX1, float pY1, float pX2, float pY2)
src/epiris/tower/defense/cstockton/org/laser/Laser.java:17
Method
LaserManager
()
src/epiris/tower/defense/cstockton/org/laser/LaserManager.java:12
Method
LevelTypes
( final String pTitle, final String pDescription, final MapTypes pMapType, fin
src/epiris/tower/defense/cstockton/org/config/LevelTypes.java:26
Method
LocalPlayer
(final int pDifficultyLevel)
src/epiris/tower/defense/cstockton/org/player/LocalPlayer.java:4
Method
LocalServiceTest
()
tests/src/com/example/android/apis/app/LocalServiceTest.java:41
Method
LockableList
(List<E> list)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:252
Method
LockableListIterator
(Iterator<E> iterator)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:28
Method
LockableListListIterator
(ListIterator<E> listIterator)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:52
Method
LockableListSubList
(List<E> list)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:109
Method
MainMenuSpriteSheets
(final String pSheet, final int pWidth, final int pHeight, final int pCols, final int pRows)
src/epiris/tower/defense/cstockton/org/config/MainMenuSpriteSheets.java:17
Method
Map
(final MapTypes pMapType, final TextureManager pTextureManager)
src/epiris/tower/defense/cstockton/org/map/Map.java:40
Method
MapBlockPolicy
(final MapRange ... pMapRanges)
src/epiris/tower/defense/cstockton/org/map/MapBlockPolicy.java:6
Method
MapDirection
(final int pDeltaX, final int pDeltaY)
src/epiris/tower/defense/cstockton/org/map/MapDirection.java:10
Method
MapNode
(final int pTileColumn, final int pTileRow)
src/epiris/tower/defense/cstockton/org/map/Map.java:426
Method
MapPatch
(final String pPath, final int pX, final int pY, final int pWidth, final int pHeight)
src/epiris/tower/defense/cstockton/org/map/MapPatch.java:10
Method
MapRange
(final int pStartCol, final int pStartRow, final int pEndCol, final int pEndRow)
src/epiris/tower/defense/cstockton/org/map/MapRange.java:9
Method
MapSpawn
(final int[][] pWayPoints)
src/epiris/tower/defense/cstockton/org/map/MapSpawn.java:6
Method
MapSpawnPolicy
(final MapSpawn ... pMapSpawns)
src/epiris/tower/defense/cstockton/org/map/MapSpawnPolicy.java:7
Method
MapStitchPolicy
(final MapPatch ... pMapStitches)
src/epiris/tower/defense/cstockton/org/map/MapStitchPolicy.java:6
Method
MapTypes
( final String pTitle, final String pDescription, final MapSpawnPolicy pM
src/epiris/tower/defense/cstockton/org/config/MapTypes.java:275
Method
Menu
()
src/epiris/tower/defense/cstockton/org/ui/Hud.java:194
Method
MenuSprite
(final TowerTypes pTowerType, final float pX, final float pY, final int pTileIndex, final TiledTextureRegion p
src/epiris/tower/defense/cstockton/org/ui/Hud.java:278
Method
MovementSpellAffectTypes
(final String pStackId, final float pSpeedModifier, final float pDuration, final float pEaseInDuration, final
src/epiris/tower/defense/cstockton/org/config/MovementSpellAffectTypes.java:53
Method
ObjectRegistry
()
src/epiris/tower/defense/cstockton/org/object/ObjectRegistry.java:55
Method
Player
(final int pDifficultyLevel)
src/epiris/tower/defense/cstockton/org/player/Player.java:14
Method
PlayerAchievement
(final String pAchievementTitle, final String pAchievementDescription, final String pAchievementDate)
src/epiris/tower/defense/cstockton/org/player/achievements/PlayerAchievement.java:8
Method
PlayerAchievementStatisticPrerequisite
(final String pStatisticName, final int pRequiredValue)
src/epiris/tower/defense/cstockton/org/player/achievements/PlayerAchievementStatisticPrerequisite.java:9
Method
PlayerAchievementTypes
(final String pTitle, final String pDescription, final int pGamePoints, final IPlayerAchievementPrerequisite .
src/epiris/tower/defense/cstockton/org/config/PlayerAchievementTypes.java:34
Method
PlayerDataTypes
(final String pName)
src/epiris/tower/defense/cstockton/org/player/data/PlayerDataTypes.java:12
Method
PlayerInteracter
(IPlayer pPlayer)
src/epiris/tower/defense/cstockton/org/player/PlayerInteracter.java:10
Method
PlayerManager
()
src/epiris/tower/defense/cstockton/org/player/PlayerManager.java:6
Method
PlayerReward
(final String pName, final int pLevel)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerReward.java:11
Method
PlayerRewardAchievementPrerequisite
(final PlayerAchievementTypes pPlayerAchievementType)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerRewardAchievementPrerequisite.java:9
Method
PlayerRewardLevelCost
(final int pLevelMax, final int pCost, final int pCostConstant, final float pCostMultiplier)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerRewardLevelCost.java:9
Method
PlayerRewardLevelValue
(final int pValue, final int pValueConstant, final float pValueMultiplier)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerRewardLevelValue.java:8
Method
PlayerRewardStatisticPrerequisite
(final String pStatisticName, final int pRequiredValue)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerRewardStatisticPrerequisite.java:10
Method
PlayerRewardTowerUnlockEffect
(final TowerTypes pTowerType)
src/epiris/tower/defense/cstockton/org/player/rewards/PlayerRewardTowerUnlockEffect.java:8
Method
PlayerRewardTypes
(final String pName, final String pDescription, final IPlayerRewardCost pPlayerRewardCost, final IPlayerReward
src/epiris/tower/defense/cstockton/org/config/PlayerRewardTypes.java:208
Method
PlayerStatisticTypes
(final String pName, final String pDescription)
src/epiris/tower/defense/cstockton/org/config/PlayerStatisticTypes.java:59
Method
PlayerStorageConnector
(final Context pContext)
src/epiris/tower/defense/cstockton/org/player/storage/PlayerStorageConnector.java:76
Method
RewardAdapter
(final Context context, final int textViewResourceId)
src/epiris/tower/defense/cstockton/org/ETDRewards.java:146
Method
SmartScrollDetector
(final IScrollDetectorListener pScrollDetectorListener)
src/epiris/tower/defense/cstockton/org/wave/input/touch/SmartScrollDetector.java:25
Method
SpellPool
()
src/epiris/tower/defense/cstockton/org/spell/SpellPool.java:8
Method
SpellTypes
( final IEffects pCastEffect, final ISpellAffects[] pCastSpellAffects, final float pVe
src/epiris/tower/defense/cstockton/org/config/SpellTypes.java:140
Method
SpriteButton
(float pX, float pY, TextureRegion pTextureRegion, final Runnable pRunnable)
src/epiris/tower/defense/cstockton/org/ui/MainMenuBuilder.java:207
Method
SpriteSheets
(final String pSheet, final int pWidth, final int pHeight, final int pCols, final int pRows)
src/epiris/tower/defense/cstockton/org/config/SpriteSheets.java:19
Method
Sprites
(final int pTileIndex, final ISpriteSheet pSpriteSheet)
src/epiris/tower/defense/cstockton/org/config/Sprites.java:51
Method
Statistic
(final String pStatisticName, final int pStatisticValue)
src/epiris/tower/defense/cstockton/org/ETDStatistics.java:108
Method
StatisticAdapter
(Context context, int textViewResourceId, ArrayList<Statistic> pItems)
src/epiris/tower/defense/cstockton/org/ETDStatistics.java:133
Method
Tower
(final TowerManager pTowerManager, final TowerTypes pTowerType)
src/epiris/tower/defense/cstockton/org/tower/Tower.java:194
Method
TowerCasterAi
()
src/epiris/tower/defense/cstockton/org/tower/TowerCasterAi.java:12
Method
TowerCasterAiSpell
(final SpellTypes pSpellType, final float pCastDelay)
src/epiris/tower/defense/cstockton/org/tower/TowerCasterAi.java:41
Method
TowerChainCasterAi
(final int pMaxTargets, final float pCastDelay)
src/epiris/tower/defense/cstockton/org/tower/TowerChainCasterAi.java:10
Method
TowerInfo
(final TowerManager pTowerManager, final TiledTextureRegion pTowerMenuTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/tower/TowerInfo.java:55
Method
TowerManager
( final TiledTextureRegion[] pTowerTiledTextureRegions, final TiledTextureRegion pTowerMenuTil
src/epiris/tower/defense/cstockton/org/tower/TowerManager.java:43
Method
TowerMultiCasterAi
(final int pMaxTargets, final float pCastDelay)
src/epiris/tower/defense/cstockton/org/tower/TowerMultiCasterAi.java:10
Method
TowerPlacer
(final TowerManager pTowerManager)
src/epiris/tower/defense/cstockton/org/tower/TowerPlacer.java:31
Method
TowerSpriteSheets
(final String pSheet, final int pWidth, final int pHeight, final int pCols, final int pRows)
src/epiris/tower/defense/cstockton/org/config/TowerSpriteSheets.java:18
Method
TowerSprites
(final ISpriteSheet pTowerSpriteSheets)
src/epiris/tower/defense/cstockton/org/config/TowerSprites.java:99
Method
TowerTypes
( final String pName, final String pDescription, final PlayerRewardTypes
src/epiris/tower/defense/cstockton/org/config/TowerTypes.java:1238
Method
TowerTypesUpgrades
(TowerTypes[] pTowerTypes)
src/epiris/tower/defense/cstockton/org/config/TowerTypes.java:1590
Method
TowerUpgrader
()
src/epiris/tower/defense/cstockton/org/tower/TowerUpgrader.java:77
Method
TowerUpgraderBack
(final TowerManager pTowerManager, final TiledTextureRegion pTowerMenuTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/tower/TowerUpgraderBack.java:54
Method
TowerUpgraderGood
(final TowerManager pTowerManager, final TiledTextureRegion pTowerMenuTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/tower/TowerUpgraderGood.java:78
Method
TowerUpgraderOld
(final TowerManager pTowerManager, final TiledTextureRegion pTowerMenuTiledTextureRegion)
src/epiris/tower/defense/cstockton/org/tower/TowerUpgraderOld.java:54
Method
UiHugeSprites
( final int pCol, final int pRow, final ISpriteSheet pSpriteSheet
src/epiris/tower/defense/cstockton/org/config/UiHugeSprites.java:16
Method
UiLargeSprites
( final int pCol, final int pRow )
src/epiris/tower/defense/cstockton/org/config/UiLargeSprites.java:60
Method
UiSmallSprites
(final int pCol, final int pRow)
src/epiris/tower/defense/cstockton/org/config/UiSmallSprites.java:28
Method
Wave
(final WaveManager pWaveManager)
src/epiris/tower/defense/cstockton/org/wave/Wave.java:31
Method
WaveManager
(final WaveStrategyTypes pWaveStrategyType)
src/epiris/tower/defense/cstockton/org/wave/WaveManager.java:41
Method
WaveOptions
(final CreepConfiguration pCreepConfiguration, final int pCreepCount, final float pCreepDelay)
src/epiris/tower/defense/cstockton/org/wave/Wave.java:159
Method
WaveStrategyTypes
( final String pTitle, final String pDescription, final int pXml )
src/epiris/tower/defense/cstockton/org/config/WaveStrategyTypes.java:25
Method
activate
(Tower pTowerBase)
src/epiris/tower/defense/cstockton/org/laser/Laser.java:65
Method
activate
()
src/epiris/tower/defense/cstockton/org/effect/Effect.java:60
Method
activate
()
src/epiris/tower/defense/cstockton/org/creep/CreepBuffBar.java:13
Method
activate
(final float pLife)
src/epiris/tower/defense/cstockton/org/creep/CreepLifeBar.java:63
Method
activate
(final Creep pCreep)
src/epiris/tower/defense/cstockton/org/creep/CreepBody.java:21
Method
activate
(final TowerTypes pTowerType, final int pInitialX, final int pInitialY)
src/epiris/tower/defense/cstockton/org/tower/TowerPlacer.java:52
Method
add
(E e)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:98
Method
add
(E e)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:143
Method
addAll
(Collection<? extends E> c)
src/epiris/tower/defense/cstockton/org/util/LockableList.java:160
Method
addDifficulty
(final int pDifficulty)
src/epiris/tower/defense/cstockton/org/player/IPlayer.java:37
Method
addDifficulty
(int pDifficulty)
src/epiris/tower/defense/cstockton/org/player/Player.java:127
Method
addGamePoints
(int pGamePoints)
src/epiris/tower/defense/cstockton/org/player/Player.java:29
← previous
next →
601–700 of 1,315, ranked by callers