NoneBulletValue
NoneBulletValue class
Represents no bullet.
class NoneBulletValue extends BulletValue;
Constructors
Name | Description |
---|---|
constructor(BulletValue) | Constructs from a parent object convertible to this. |
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getType() | Gets the type of the bullet’s value. |
isNull() | Checks whether the implementation object is null. |
constructor(BulletValue)
Constructs from a parent object convertible to this.
constructor(obj: BulletValue);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | BulletValue | The parent object. |
constructor()
Default Constructor.
constructor();
getType()
Gets the type of the bullet’s value.
getType() : BulletType;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;