MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / Callable

Interface Callable

Utils/src/eu/the5zig/util/Callable.java:25–32  ·  view source on GitHub ↗

A task that returns a result and may throw an exception. Implementors define a single method with no arguments called call . The Callable interface is similar to java.lang.Runnable, in that both are designed for classes whose instances are potentially executed by ano

Source from the content-addressed store, hash-verified

23 * @since 1.5
24 */
25public interface Callable<V> {
26 /**
27 * Computes a result, or throws an exception if unable to do so.
28 *
29 * @return computed result
30 */
31 V call();
32}

Callers 8

postToMainThreadMethod · 0.95
getLineHeightMethod · 0.65
drawMethod · 0.65
keyTypedMethod · 0.65
elementClickedMethod · 0.65
elementClickedMethod · 0.65
elementClickedMethod · 0.65
elementClickedMethod · 0.65

Implementers 15

ResourceManagerMinecraft-Utils/1.8.9/src/ResourceMana
ClassProxyMinecraft-Utils/1.8.9/src/ClassProxy.j
ResourceManagerMinecraft-Utils/1.10/src/ResourceManag
ClassProxyMinecraft-Utils/1.10/src/ClassProxy.ja
ResourceManagerMinecraft-Utils/1.12.2/src/ResourceMan
ClassProxyMinecraft-Utils/1.12.2/src/ClassProxy.
ResourceManagerMinecraft-Utils/1.12/src/ResourceManag
ClassProxyMinecraft-Utils/1.12/src/ClassProxy.ja
ResourceManagerMinecraft-Utils/1.11/src/ResourceManag
ClassProxyMinecraft-Utils/1.11/src/ClassProxy.ja
ResourceManagerMinecraft-Utils/1.8/src/ResourceManage
ClassProxyMinecraft-Utils/1.8/src/ClassProxy.jav

Calls

no outgoing calls

Tested by

no test coverage detected