Interface ResourceIDRetrievable
- All Known Implementing Classes:
ResourceID,SlotID
public interface ResourceIDRetrievable
An interface to retrieve the ResourceID of an object.
-
Method Summary
-
Method Details
-
getResourceID
ResourceID getResourceID()Gets the ResourceID of the object.
-