MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / attempt

Method attempt

src/main/java/com/volmit/adapt/util/J.java:89–91  ·  view source on GitHub ↗
(NastyRunnable r)

Source from the content-addressed store, hash-verified

87 }
88
89 public static boolean attempt(NastyRunnable r) {
90 return attemptCatch(r) == null;
91 }
92
93 public static Throwable attemptCatch(NastyRunnable r) {
94 try {

Callers 5

SimpleSkillMethod · 0.95
takeSpatialMethod · 0.95
executeMethod · 0.95
attemptAsyncMethod · 0.95
sleepMethod · 0.95

Calls 2

attemptCatchMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected