Interface EquipListener

All Known Implementing Classes:
AreaUseItem, AttackingSpell, BalloonScroll, Basket, Bestiary, BlankPetScroll, BoardToken, Box, BreakableItem, CaptureTheFlagFlag, ConsumableItem, Container, Corpse, Dice, Drink, DummyWeapon, EmptyScroll, Food, FoodMill, GateKey, HealingSpell, HouseKey, InvitationScroll, Item, ItemInformation, LifeSupportGear, MarkedScroll, MasterKey, MetalDetector, ModifyAtkSpell, ModifyDefSpell, ModifyHpSpell, Money, NecroStaff, NoStatsStackableItem, OwnedItem, Present, RaidCreatureCorpse, RainbowBeansScroll, RingOfLife, Scroll, Seed, Shovel, SlotActivatedItem, SlowDownSpell, Spell, StackableItem, StatusHealer, StatusResistantItem, Stocking, SummonPetScroll, SummonScroll, TeleportScroll, TimedInvisibility, TimedStackableItem, TimedTeleportScroll, Token, TwilightElixir, TwilightMossScroll, WeddingRing

public interface EquipListener
Equipable Entities implement this interface EquipListener.
Author:
hendrik
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether this object can be equipped in the given slot.
  • Method Details

    • canBeEquippedIn

      boolean canBeEquippedIn(String slot)
      Checks whether this object can be equipped in the given slot.
      Parameters:
      slot - name of slot
      Returns:
      true, if it can be equipped; false otherwise