MCPcopy Create free account
hub / github.com/e2wugui/zeze / scheduleAtUnsafe

Method scheduleAtUnsafe

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Task.java:411–413  ·  view source on GitHub ↗
(int hour, int minute, @NotNull Action0 action)

Source from the content-addressed store, hash-verified

409 }
410
411 public static @NotNull ScheduledFuture<?> scheduleAtUnsafe(int hour, int minute, @NotNull Action0 action) {
412 return scheduleAtUnsafe(hour, minute, -1, action);
413 }
414
415 public static @NotNull ScheduledFuture<?> scheduleAtUnsafe(int hour, int minute, long period,
416 @NotNull Action0 action) {

Callers 3

scheduleAtMethod · 0.95
startMethod · 0.95
cleanTokenMapTableMethod · 0.95

Calls 6

scheduleUnsafeMethod · 0.95
addMethod · 0.65
getTimeMethod · 0.65
getInstanceMethod · 0.45
setMethod · 0.45
beforeMethod · 0.45

Tested by

no test coverage detected