Class Equipment


  • public class Equipment
    extends Items
    The Equipment class is responsible for managing the player's equipment inventory. It extends the Items class and provides methods for interacting with the equipment slots in the game. It initializes the equipment system based on the equipment inventory ID.
    • Constructor Detail

      • Equipment

        public Equipment​(KSContext ctx)
    • Method Detail

      • getPlayerWeaponType

        public int getPlayerWeaponType()