Merge remote-tracking branch 'origin/8.0.x-1.16.1'

# Conflicts:
#	gradle/scripts/dependencies.gradle
This commit is contained in:
Sebastian Hartte
2020-09-16 17:49:59 +02:00
21 changed files with 539 additions and 263 deletions
@@ -28,4 +28,9 @@ public enum GridNotification {
* the visible connections for this node have changed, useful for cable.
*/
CONNECTIONS_CHANGED,
/**
* the owner of the grid node has changed, and the node needs to be re-saved
*/
OWNER_CHANGED
}
@@ -87,7 +87,8 @@ public interface IGridBlock {
AEColor getGridColor();
/**
* Notifies your IGridBlock that changes were made to your connections
* Called by the {@link IGridNode} to notify its {@link IGridBlock} about
* events.
*/
void onGridNotification(@Nonnull GridNotification notification);