Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
equalsDelta
Method · 0.95
evalFloat
Method · 0.95
renderItemIn2D
Method · 0.95
func_178104_a
Method · 0.95
parseAngle
Method · 0.95
getFacingFromEntity
Method · 0.95
epsilonEquals
Method · 0.95
updateTask
Method · 0.95
onLivingUpdate
Method · 0.95
getColor
Method · 0.80
update
Method · 0.80
ChunkPosComparator
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Method · 0.64