Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ hashCode
Method
hashCode
src/main/java/org/bukkit/material/MaterialData.java:90–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
@Override
91
public
int
hashCode() {
92
return
((getItemTypeId() << 8) ^ getData());
93
}
94
95
@Override
96
public
boolean equals(Object obj) {
Callers
nothing calls this directly
Calls
2
getItemTypeId
Method · 0.95
getData
Method · 0.95
Tested by
no test coverage detected