public class ChangedWeapon extends GBEvent implements IWorldEvent, IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
Id
Unique Id of new weapon, based on the inventory weapon's
name (this is different from the Id of the weapon that can
be picked up in the map).
|
protected int |
PrimaryAmmo
Holding current primary ammo of the new weapon.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected int |
SecondaryAmmo
Holding current secondary ammo of the new weapon.
|
protected String |
Type
A string representing the type of the weapon.
|
| Constructor and Description |
|---|
ChangedWeapon()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
ChangedWeapon(ChangedWeapon original)
Cloning constructor.
|
ChangedWeapon(String Id,
int PrimaryAmmo,
int SecondaryAmmo,
String Type)
Creates new instance of command ChangedWeapon.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Unique Id of new weapon, based on the inventory weapon's
name (this is different from the Id of the weapon that can
be picked up in the map).
|
int |
getPrimaryAmmo()
Holding current primary ammo of the new weapon.
|
int |
getSecondaryAmmo()
Holding current secondary ammo of the new weapon.
|
long |
getSimTime() |
String |
getType()
A string representing the type of the weapon.
|
String |
toHtmlString() |
String |
toString() |
getWorldEventtoJsonLiteralpublic static final String PROTOTYPE
protected String Id
protected int PrimaryAmmo
protected int SecondaryAmmo
protected String Type
public ChangedWeapon(String Id, int PrimaryAmmo, int SecondaryAmmo, String Type)
Id - Unique Id of new weapon, based on the inventory weapon's
name (this is different from the Id of the weapon that can
be picked up in the map).PrimaryAmmo - Holding current primary ammo of the new weapon.SecondaryAmmo - Holding current secondary ammo of the new weapon.Type - A string representing the type of the weapon.public ChangedWeapon(ChangedWeapon original)
public ChangedWeapon()
public String getId()
public int getPrimaryAmmo()
public int getSecondaryAmmo()
public String getType()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.