All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.loki3.cyber.pawn.WeaponMineLayerMaker

java.lang.Object
    |
    +----com.loki3.cyber.pawn.WeaponMaker
            |
            +----com.loki3.cyber.pawn.WeaponMineLayerMaker

public class WeaponMineLayerMaker
extends WeaponMaker
Support class for creating WeaponMineLayer. Also uses properties from Weapon.

This object is referenced by Import to set the properties of a mine layer. Use the properties listed here directly (e.g. <hitpoints>100</hitpoints>).

See Also:
Weapon, WeaponMineLayer

Variable Index

 o Damage
amount of damage ammo causes
 o Size
width, length, height of unit

Constructor Index

 o WeaponMineLayerMaker()
 

Method Index

 o makeObject()
 

Field Detail

 o Size
public Vector Size
          width, length, height of unit
 o Damage
public double Damage
          amount of damage ammo causes

Constructor Detail

 o WeaponMineLayerMaker
public WeaponMineLayerMaker()

Method Detail

 o makeObject
public java.lang.Object makeObject()

All Packages  Class Hierarchy  This Package  Previous  Next  Index