Uses of Class
com.prineside.tdi2.utils.Quad
Packages that use Quad
Package
Description
The game itself.
-
Uses of Quad in com.prineside.tdi2
Methods in com.prineside.tdi2 that return QuadModifier and TypeMethodDescriptionfinal QuadTower.Factory.getAbilityTextures(int abilityIdx) final QuadTower.Factory.getBaseTextures()final QuadTower.Factory.getShadowTextures()Tower.Factory.getWeaponShadowTexture()Tower.Factory.getWeaponTexture()abstract QuadTower.getWeaponTextures()Method parameters in com.prineside.tdi2 with type arguments of type QuadModifier and TypeMethodDescriptionstatic voidResourcePack.preloadQuadRegionSetRecursive(com.fasterxml.jackson.databind.JsonNode o, String prefix, String resourcePackName, ObjectMap<String, Quad> out, AssetProvider<TextureRegion> regionProvider) -
Uses of Quad in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return QuadModifier and TypeMethodDescriptionGameValueManager.GameValueStockConfig.createIconForBackground(Color color) Creates a copy of the Quad, sets its "shadow" region colors and sets their color mode to STATIC_RGBA to make them always match the background colorGameValueManager.GameValueStockConfig.createIconForBackgroundWithColor(Color bgColor, Color singleIconColor) GameValueManager.GameValueStockConfig.getIcon()May return Quad.getNoQuad() if not foundAssetManager.getQuadOrNull(String alias) -
Uses of Quad in com.prineside.tdi2.tiles
Fields in com.prineside.tdi2.tiles declared as QuadMethods in com.prineside.tdi2.tiles that return Quad -
Uses of Quad in com.prineside.tdi2.towers
Methods in com.prineside.tdi2.towers that return QuadModifier and TypeMethodDescriptionAirTower.getWeaponTextures()BasicTower.getWeaponTextures()BlastTower.getWeaponTextures()CannonTower.getWeaponTextures()CrusherTower.getWeaponTextures()FlamethrowerTower.getWeaponTextures()FreezingTower.getWeaponTextures()GaussTower.getWeaponTextures()LaserTower.getWeaponTextures()MinigunTower.getWeaponTextures()MissileTower.getWeaponTextures()MultishotTower.getWeaponTextures()SniperTower.getWeaponTextures()SplashTower.getWeaponTextures()TeslaTower.getWeaponTextures()VenomTower.getWeaponTextures() -
Uses of Quad in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils that return QuadModifier and TypeMethodDescriptionstatic QuadQuad.fromByteArray(byte[] bytes) static QuadQuad.fromBytes(FixedInput input) static Quadstatic QuadQuad.fromJson(com.fasterxml.jackson.databind.node.ArrayNode jsonValue, AssetProvider<TextureRegion> regionProvider) static QuadQuad.fromString(String str) static QuadQuad.getNoQuad()Quad.multiplyRegionColors(Color color) static QuadTextureRegionConfig.toQuad(Array<TextureRegionConfig> arr) static QuadTextureRegionConfig.toQuadWithSize(Array<TextureRegionConfig> arr, float width, float height) Methods in com.prineside.tdi2.utils with parameters of type QuadModifier and TypeMethodDescriptionvoidAppend all of the regions from another setbooleanvoidConstructors in com.prineside.tdi2.utils with parameters of type Quad