Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isInRange
Method
isInRange
src/main/java/net/optifine/config/RangeInt.java:14–17 ·
view source on GitHub ↗
(int val)
Source
from the content-addressed store, hash-verified
12
}
13
14
public
boolean isInRange(
int
val)
15
{
16
return
val < this.min ? false : val <= this.max;
17
}
18
19
public
int
getMin()
20
{
Callers
9
isInRange
Method · 0.95
matches
Method · 0.45
addToEnchantmentList
Method · 0.45
matchesProperties
Method · 0.45
getPositionBrightnessRaw
Method · 0.45
isActive
Method · 0.45
getConnectedTexture
Method · 0.45
matchesGeneral
Method · 0.45
matchesBeacon
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected