MCPcopy Index your code
hub / github.com/egg82/fetcharr / APIObject

Interface APIObject

Lib/src/main/java/me/egg82/arr/common/APIObject.java:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.time.Duration;
7
8public interface APIObject {
9 @NotNull JSONObject obj();
10}

Callers

nothing calls this directly

Implementers 1

AbstractAPIObjectLib/src/main/java/me/egg82/arr/common/

Calls

no outgoing calls

Tested by

no test coverage detected