22 package com.realtime.crossfire.jxclient.items;
24 import java.util.EventListener;
25 import org.jetbrains.annotations.NotNull;
void itemChanged(int tag)
The watched item has changed.
Interface for listeners for changes of item locations.
void itemRemoved(int tag)
The watched item has been removed from the location.
void inventoryAdded(int tag, int index, @NotNull CfItem item)
An inventory CfItem has been added to the watched item.
The representation of a Crossfire Item, client-side.
void inventoryRemoved(int tag, int index)
An inventory item has been removed from the watched item.