Class PrimaryLargeWeaponSlot

  • All Implemented Interfaces:
    IWeaponSlot

    public class PrimaryLargeWeaponSlot
    extends java.lang.Object
    implements IWeaponSlot
    Weapon slot for a large weapon.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Aug 15, 2017
    • Constructor Detail

      • PrimaryLargeWeaponSlot

        public PrimaryLargeWeaponSlot()
    • Method Detail

      • setWeapon

        public void setWeapon​(IWeapon weapon)
        Place a small weapon in the slot. If null is passed the slot is emptied.
        Specified by:
        setWeapon in interface IWeaponSlot
        Parameters:
        weapon - to be placed in the slot.