MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / check

Method check

src/main/java/emu/grasscutter/utils/SparseSet.java:25–27  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

23 }
24
25 public boolean check(int value) {
26 return value >= this.min && value <= this.max;
27 }
28 }
29
30 private final List<Range> rangeEntries;

Callers 1

containsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected