We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66adaf commit 676ed0cCopy full SHA for 676ed0c
1 file changed
README.md
@@ -79,7 +79,7 @@ foliaLib.getImpl().runTimerAsync(() -> {/* Code */}, 0L, 20 * 50L, TimeUnit.MILL
79
// On a spigot server, this will run the code on the main thread
80
foliaLib.getImpl().runAtLocation(location, () -> {/* Code */});
81
82
-// On a folia server, this will run the code using the RegionScheduler that is appropriate for the entity
+// On a folia server, this will run the code using the EntityScheduler that is appropriate for the entity
83
// On a spigot server, this will just run the code on the main thread
84
foliaLib.getImpl().runAtEntity(entity, () -> {/* Code */});
85
```
0 commit comments