You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can currently only schedule a Task with RegionScheduler by passing in Location.
The ability to pass in World, Chunk, chunkX and chunkZ is completely missing.
These methods might get used less frequently but its still useful in some situations, especially since the only alternative currently is to turn chunk coords into a new location object which is pretty janky
The text was updated successfully, but these errors were encountered:
You can currently only schedule a Task with RegionScheduler by passing in Location.
The ability to pass in World, Chunk, chunkX and chunkZ is completely missing.
These methods might get used less frequently but its still useful in some situations, especially since the only alternative currently is to turn chunk coords into a new location object which is pretty janky
The text was updated successfully, but these errors were encountered: