(NBTTagCompound nbt)
| 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 | { |
no test coverage detected