Package | Description |
---|---|
com.jonathan.survivor | |
com.jonathan.survivor.entity |
Modifier and Type | Method and Description |
---|---|
Loadout |
Profile.getLoadout()
Gets the loadout used by the player.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setLoadout(Loadout loadout)
Sets the loadout used by the player.
|
Modifier and Type | Method and Description |
---|---|
Loadout |
Player.getLoadout()
Retrieves the player's loadout containing the player's weapons.
|
Modifier and Type | Method and Description |
---|---|
void |
Player.setLoadout(Loadout loadout)
Sets the player's loadout.
|