MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / abs

Method abs

src/main/java/net/minecraft/util/MathHelper.java:105–108  ·  view source on GitHub ↗
(float value)

Source from the content-addressed store, hash-verified

103 }
104
105 public static float abs(float value)
106 {
107 return value >= 0.0F ? value : -value;
108 }
109
110 /**
111 * Returns the unsigned value of an int.

Callers 15

equalsDeltaMethod · 0.95
evalFloatMethod · 0.95
renderItemIn2DMethod · 0.95
func_178104_aMethod · 0.95
parseAngleMethod · 0.95
getFacingFromEntityMethod · 0.95
epsilonEqualsMethod · 0.95
updateTaskMethod · 0.95
onLivingUpdateMethod · 0.95
getColorMethod · 0.80
updateMethod · 0.80
ChunkPosComparatorMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64