Class InfoSlotDisplayEvent


public class InfoSlotDisplayEvent extends ClientEvent
  • Constructor Details

  • Method Details

    • addBefore

      public void addBefore(String key, InfoSlotDisplayEvent.Position position)
      This will put it at the top, of either the top of minimap slots or bottoms of minimap slots.
      Parameters:
      key - - the key of the registered info slot.
      position - - Position (top or bottom of minimap)
    • addLast

      public void addLast(String key, InfoSlotDisplayEvent.Position position)
      This will add a slot to the bottom, of either the bottom of minimap slots or bottom of minimap slots.
      Parameters:
      key - - the key of the registered info slot.
      position - - Position (top or bottom of minimap)
    • getInfoSlotMap

      Gets the map, remove, add, replace. Be careful!
      Returns:
      the map