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

CyclopsMC / IntegratedDynamics / 22038914515

15 Feb 2026 04:15PM UTC coverage: 45.252% (+0.1%) from 45.155%
22038914515

push

github

web-flow
Add configurable pulse length property to Redstone Writer, Closes #724 (#1602)

2652 of 8642 branches covered (30.69%)

Branch coverage included in aggregate %.

11996 of 23728 relevant lines covered (50.56%)

2.4 hits per line

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

0.0
/src/main/java/org/cyclops/integrateddynamics/capability/dynamicredstone/DynamicRedstoneDefault.java
1
package org.cyclops.integrateddynamics.capability.dynamicredstone;
2

3
import org.cyclops.integrateddynamics.api.block.IDynamicRedstone;
4

5
/**
6
 * Default implementation of {@link IDynamicRedstone}.
7
 * @author rubensworks
8
 */
9
public class DynamicRedstoneDefault implements IDynamicRedstone {
×
10

11
    @Override
12
    public void setRedstoneLevel(int level, boolean direct) {
13

14
    }
×
15

16
    @Override
17
    public int getRedstoneLevel() {
18
        return 0;
×
19
    }
20

21
    @Override
22
    public boolean isDirect() {
23
        return false;
×
24
    }
25

26
    @Override
27
    public void setAllowRedstoneInput(boolean allow) {
28

29
    }
×
30

31
    @Override
32
    public boolean isAllowRedstoneInput() {
33
        return false;
×
34
    }
35

36
    @Override
37
    public void setLastPulseValue(int value) {
38

39
    }
×
40

41
    @Override
42
    public int getLastPulseValue() {
43
        return 0;
×
44
    }
45

46
    @Override
47
    public void setScheduledPulseRemaining(int ticks) {
48

49
    }
×
50

51
    @Override
52
    public int getScheduledPulseRemaining() {
53
        return 0;
×
54
    }
55
}
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