MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / d

Method d

Minecraft-Utils/1.13/src/Variables.java:851–854  ·  view source on GitHub ↗
(float var0)

Source from the content-addressed store, hash-verified

849 }
850
851 public static int d(float var0) {
852 int var1 = (int) var0;
853 return var0 < (float) var1 ? var1 - 1 : var1;
854 }
855
856 @Override
857 public int getPotionEffectIndicatorHeight() {

Callers 6

wrapPotionEffectMethod · 0.95
isPlayerListShownMethod · 0.45
getOpenContainerTitleMethod · 0.45
getSessionMethod · 0.45
renderTextureOverlayMethod · 0.45
getScoreboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected