MCPcopy Create free account
hub / github.com/FabricMC/Matcher / onMatchChange

Method onMatchChange

src/main/java/matcher/gui/Gui.java:476–480  ·  view source on GitHub ↗
(Set<MatchType> types)

Source from the content-addressed store, hash-verified

474 }
475
476 public void onMatchChange(Set<MatchType> types) {
477 for (IGuiComponent c : components) {
478 c.onMatchChange(types);
479 }
480 }
481
482 public static <T> CompletableFuture<T> runAsyncTask(Callable<T> task) {
483 Task<T> jfxTask = new Task<T>() {

Callers

nothing calls this directly

Calls 1

onMatchChangeMethod · 0.65

Tested by

no test coverage detected