MCPcopy 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

isInRangeMethod · 0.95
matchesMethod · 0.45
addToEnchantmentListMethod · 0.45
matchesPropertiesMethod · 0.45
isActiveMethod · 0.45
getConnectedTextureMethod · 0.45
matchesGeneralMethod · 0.45
matchesBeaconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected