pda
jvm
core
/
net.artux.pda.map.engine.entities.model
/
GangRelations
Gang
Relations
open
class
GangRelations
Members
Constructors
Gang
Relations
Link copied to clipboard
@
Inject
constructor
(
)
Properties
relations
Link copied to clipboard
open
val
relations
:
HashMap
<
Gang
,
Array
<
Integer
>
>
Functions
find
Enemy
By
Gang
Link copied to clipboard
open
fun
findEnemyByGang
(
gang
:
Gang
)
:
Gang
find
Enemy
By
Gang
From
Current
Map
Link copied to clipboard
open
fun
findEnemyByGangFromCurrentMap
(
gang
:
Gang
,
map
:
GameMap
)
:
Gang
get
Link copied to clipboard
open
fun
get
(
group
:
Gang
)
:
Array
<
Integer
>
get
Mood
By
Link copied to clipboard
open
fun
getMoodBy
(
gang
:
Gang
,
params
:
Set
<
String
>
)
:
MoodComponent
random
Link copied to clipboard
open
fun
random
(
)
:
Gang