IActiveItemTempDataHolder

Holder of a temporary data while an entity is using an item. To be used by the item class being used on server side.

Functions

Link copied to clipboard
@Nullable()
public abstract Object staffMod$getActiveItemTempData()
Gets the temporary data associated with the entity.
Link copied to clipboard
public abstract void staffMod$setActiveItemTempData(@Nullable() Object value)
Associates a temporary data with an entity, overwriting previous data.