Uses of Class
com.prineside.tdi2.GameValueConfig
Packages that use GameValueConfig
Package
Description
The game itself.
-
Uses of GameValueConfig in com.prineside.tdi2
Methods in com.prineside.tdi2 that return GameValueConfigMethods in com.prineside.tdi2 with parameters of type GameValueConfig -
Uses of GameValueConfig in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems with parameters of type GameValueConfigModifier and TypeMethodDescriptionvoid
GameValueSystem.addCustomGameValue
(GameValueConfig config) void
GameValueSystem.removeCustomGameValue
(GameValueConfig config) -
Uses of GameValueConfig in com.prineside.tdi2.tiles
Fields in com.prineside.tdi2.tiles with type parameters of type GameValueConfigMethods in com.prineside.tdi2.tiles that return types with arguments of type GameValueConfigMethods in com.prineside.tdi2.tiles with parameters of type GameValueConfigModifier and TypeMethodDescriptionvoid
TargetTile.addGameValue
(GameValueConfig config) void
TargetTile.removeGameValue
(GameValueConfig config)