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

Method contains

src/main/java/emu/grasscutter/utils/SparseSet.java:52–59  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

50 }
51
52 public boolean contains(int i) {
53 for (Range range : this.rangeEntries) {
54 if (range.check(i)) {
55 return true;
56 }
57 }
58 return this.denseEntries.contains(i);
59 }
60}

Callers 15

getLanguageOptionMethod · 0.45
loadPluginsMethod · 0.45
getMethod · 0.45
parseRelativeMethod · 0.45
isTestItemMethod · 0.45
parseArgsMethod · 0.45
giveAllMatsMethod · 0.45
giveAllWeaponsMethod · 0.45
setCommandMethod · 0.45
addAvatarMethod · 0.45
transformToIndexesMethod · 0.45
executeMethod · 0.45

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected