• 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/api/evaluate/variable/IValueTypeClient.java
1
package org.cyclops.integrateddynamics.api.evaluate.variable;
2

3
import com.mojang.blaze3d.vertex.PoseStack;
4
import net.minecraft.client.renderer.SubmitNodeCollector;
5
import net.minecraft.world.item.ItemDisplayContext;
6
import net.minecraft.world.item.ItemStack;
7

8
/**
9
 * @author rubensworks
10
 */
11
public interface IValueTypeClient<V extends IValue> {
12

13
    /**
14
     * Called during ISTER rendering of an variable item.
15
     *
16
     * @param value               The value to value to render.
17
     * @param stack               The variable stack.
18
     * @param transformType       Transform type.
19
     * @param matrixStack         Matrix stack.
20
     * @param submitNodeCollector Node collector.
21
     * @param combinedLight       Lighting.
22
     * @param combinedOverlay     Overlay.
23
     */
24
    public default void renderISTER(V value, ItemStack stack, ItemDisplayContext transformType, PoseStack matrixStack, SubmitNodeCollector submitNodeCollector, int combinedLight, int combinedOverlay) {
25

26
    }
×
27

28
}
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