MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / matches

Method matches

src/main/java/net/optifine/config/NbtTagValue.java:88–91  ·  view source on GitHub ↗
(NBTTagCompound nbt)

Source from the content-addressed store, hash-verified

86 }
87
88 public boolean matches(NBTTagCompound nbt)
89 {
90 return this.negative ? !this.matchesCompound(nbt) : this.matchesCompound(nbt);
91 }
92
93 public boolean matchesCompound(NBTTagCompound nbt)
94 {

Callers 1

matchesPropertiesMethod · 0.95

Calls 1

matchesCompoundMethod · 0.95

Tested by

no test coverage detected