MCPcopy Create free account
hub / github.com/egg82/fetcharr / send

Method send

Lib/src/main/java/me/egg82/arr/common/ArrAPI.java:48–48  ·  view source on GitHub ↗
(@NotNull SendableAPIObject obj)

Source from the content-addressed store, hash-verified

46 void search(int... itemIds);
47
48 default void send(@NotNull SendableAPIObject obj) {
49 send(obj, null);
50 }
51

Callers 10

doWorkMethod · 0.65
doWorkMethod · 0.65
doWorkMethod · 0.65
doWorkMethod · 0.65
doWorkMethod · 0.65
searchMethod · 0.65
searchMethod · 0.65
searchMethod · 0.65
searchMethod · 0.65
searchMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected