MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / bind7

Method bind7

src/main/java/gregapi/util/UT.java:1559–1559  ·  view source on GitHub ↗
(long   aBoundValue)

Source from the content-addressed store, hash-verified

1557 public static byte bind5 (long aBoundValue) {return (byte) Math.max(0, Math.min( 31, aBoundValue));}
1558 public static byte bind6 (long aBoundValue) {return (byte) Math.max(0, Math.min( 63, aBoundValue));}
1559 public static byte bind7 (long aBoundValue) {return (byte) Math.max(0, Math.min( 127, aBoundValue));}
1560 public static short bind8 (long aBoundValue) {return (short)Math.max(0, Math.min( 255, aBoundValue));}
1561 public static short bind15 (long aBoundValue) {return (short)Math.max(0, Math.min( 32767, aBoundValue));}
1562 public static int bind16 (long aBoundValue) {return (int) Math.max(0, Math.min( 65535, aBoundValue));}

Callers 10

displayMethod · 0.80
changeAlcoholMethod · 0.80
changeCaffeineMethod · 0.80
changeDehydrationMethod · 0.80
changeSugarMethod · 0.80
changeFatMethod · 0.80
changeRadiationMethod · 0.80
onTickMethod · 0.80
displayMethod · 0.80
onTick2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected