• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CyclopsMC / IntegratedDynamics / 20210191346

14 Dec 2025 03:32PM UTC coverage: 19.514% (-33.5%) from 53.061%
20210191346

push

github

rubensworks
Remove deprecations

663 of 8728 branches covered (7.6%)

Branch coverage included in aggregate %.

6786 of 29445 relevant lines covered (23.05%)

1.09 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/org/cyclops/integrateddynamics/core/network/event/NetworkEvent.java
1
package org.cyclops.integrateddynamics.core.network.event;
2

3
import org.cyclops.integrateddynamics.api.network.INetwork;
4
import org.cyclops.integrateddynamics.api.network.event.INetworkEvent;
5

6
/**
7
 * An event posted in the {@link INetwork} event bus.
8
 * @author rubensworks
9
 */
10
public class NetworkEvent implements INetworkEvent {
11

12
    private final INetwork network;
13

14
    public NetworkEvent(INetwork network) {
×
15
        this.network = network;
×
16
    }
×
17

18
    @Override
19
    public INetwork getNetwork() {
20
        return this.network;
×
21
    }
22

23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc