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
Just a reminder for @fnuecke. Maybe some interface that has a shouldAddCallback(world, x, y, z, callbackname) or something like that, you probably already have a better idea. Just make sure it also works for ManagedEnvironments added by Drivers.
The text was updated successfully, but these errors were encountered:
Added an interface implemented by Environments, FilteredEnvironment. Provides a single method, boolean isCallbackAvailable(String name), takes only the name of the callback to test for, since all other info should be available in the env itself.
Just a reminder for @fnuecke. Maybe some interface that has a
shouldAddCallback(world, x, y, z, callbackname)
or something like that, you probably already have a better idea. Just make sure it also works for ManagedEnvironments added by Drivers.The text was updated successfully, but these errors were encountered: