• 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/block/shapes/CollisionContextBlockSupport.java
1
package org.cyclops.integrateddynamics.block.shapes;
2

3
import net.minecraft.world.item.ItemStack;
4
import net.minecraft.world.phys.shapes.EntityCollisionContext;
5

6
/**
7
 * A collision context that is used to indicate that we're checking for block support,
8
 * e.g. when checking if a lever can be attached to a part.
9
 * @author rubensworks
10
 */
11
public class CollisionContextBlockSupport extends EntityCollisionContext {
12
    public CollisionContextBlockSupport() {
13
        super(false, false, -Double.MAX_VALUE, ItemStack.EMPTY, false, null);
×
14
    }
×
15
}
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