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
abstract fun staffMod$getActiveItemTempData(): @Nullable Any
Gets the temporary data associated with the entity.
Link copied to clipboard
abstract fun staffMod$setActiveItemTempData(@Nullable value: @Nullable Any)
Associates a temporary data with an entity, overwriting previous data.