Class TwilightMossScroll

All Implemented Interfaces:
EquipListener, TurnListener, UseListener, Stackable<StackableItem>, Killer, Cloneable, Iterable<String>, Serializable

public class TwilightMossScroll extends TimedTeleportScroll
Represents the balloon that takes the player to twilight zone, after which it will teleport player to a random location in ida's sewing room.
  • Constructor Details

    • TwilightMossScroll

      public TwilightMossScroll(String name, String clazz, String subclass, Map<String,​String> attributes)
      Creates a new timed marked TwilightMossScroll scroll.
      Parameters:
      name -
      clazz -
      subclass -
      attributes -
    • TwilightMossScroll

      public TwilightMossScroll(TwilightMossScroll item)
      Copy constructor.
      Parameters:
      item - item to copy
  • Method Details