Class OnFillContainerEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnFillContainerEvent

public abstract class OnFillContainerEvent extends Event
Triggered after a container has been filled.
  • Constructor Details

    • OnFillContainerEvent

      public OnFillContainerEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(String roomName, String containerType, zombie.inventory.ItemContainer itemContainer)
      Called Event Handling Method
      Parameters:
      roomName - The room name in which the container is installed.
      containerType - The type of the container that is being filled.
      itemContainer - The container that is being filled.