• 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/gametest/integration/ValueEntityMock.java
1
package org.cyclops.integrateddynamics.gametest.integration;
2

3
import net.minecraft.world.entity.Entity;
4
import org.cyclops.integrateddynamics.core.evaluate.variable.ValueObjectTypeEntity;
5

6
import javax.annotation.Nullable;
7
import java.util.Optional;
8

9
/**
10
 * @author rubensworks
11
 */
12
public class ValueEntityMock extends ValueObjectTypeEntity.ValueEntity {
13

14
    private final Entity entity;
15

16
    public ValueEntityMock(@Nullable Entity entity) {
17
        super(entity);
×
18
        this.entity = entity;
×
19
    }
×
20

21
    @Override
22
    public Optional<Entity> getRawValue() {
23
        return Optional.of(entity);
×
24
    }
25
}
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