MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / equals

Method equals

src/main/java/gregapi/code/TagData.java:118–121  ·  view source on GitHub ↗
(Object aObject)

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public boolean equals(Object aObject) {
120 return (aObject instanceof TagData && ((TagData)aObject).mTagID == mTagID);
121 }
122
123 @Override
124 public int hashCode() {

Callers 15

checkSaveLocationMethod · 0.45
loadCraftingRecipesMethod · 0.45
addInformationMethod · 0.45
translateMethod · 0.45
sendToPlayerIfInRangeMethod · 0.45
fluoriteMethod · 0.45
biomassMethod · 0.45
equalMethod · 0.45
temperatureMethod · 0.45
runMethod · 0.45
onToolClick2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected