Interface Store
public interface Store
Defines the capability of a resource to contain other resources or entities.
Typical implementers include buildings, vehicles, and containers.
* @version 1.1
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Details
-
getContents
-
getIn
void getIn()Procedure for an entity to enter the store. -
getOut
void getOut()Procedure for an entity to exit the store.
-