MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getType

Method getType

src/redempt/redlib/misc/Task.java:313–315  ·  view source on GitHub ↗

@return The type of this Task

()

Source from the content-addressed store, hash-verified

311 * @return The type of this Task
312 */
313 public TaskType getType() {
314 return type;
315 }
316
317 /**
318 * @return Whether this Task is queued, same as {@link org.bukkit.scheduler.BukkitScheduler#isQueued(int)}

Callers 6

canApplyMethod · 0.45
isSafeMethod · 0.45
directPathfindMethod · 0.45
pathfindMethod · 0.45
registerProtectionsMethod · 0.45
iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected