Always use qualified access for fields and methods
This commit is contained in:
@@ -147,7 +147,7 @@ public class TileQuantumBridge extends AENetworkInvTile implements IAEMultiBlock
|
||||
.blocks()
|
||||
.quantumLink()
|
||||
.maybeBlock()
|
||||
.map( link -> getBlockType() == link )
|
||||
.map( link -> this.getBlockType() == link )
|
||||
.orElse( false );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user