Interface ResourceIDRetrievable
-
- All Known Implementing Classes:
ResourceID,SlotID
public interface ResourceIDRetrievableAn interface to retrieve the ResourceID of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceIDgetResourceID()Gets the ResourceID of the object.
-
-
-
Method Detail
-
getResourceID
ResourceID getResourceID()
Gets the ResourceID of the object.
-
-