MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / equals

Method equals

The 5zig Mod/src/eu/the5zig/mod/chat/entity/User.java:46–56  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

44 }
45
46 @Override
47 public boolean equals(Object o) {
48 if (this == o)
49 return true;
50 if (o == null)
51 return false;
52
53 User user = (User) o;
54
55 return uuid != null ? uuid.equals(user.uuid) : user.uuid == null;
56 }
57
58 @Override
59 public int hashCode() {

Callers 15

initMethod · 0.45
getConversationMethod · 0.45
conversationExistsMethod · 0.45
handleFileRequestMethod · 0.45
getMessageByIdMethod · 0.45
addChatLineToGuiMethod · 0.45
deleteConversationMethod · 0.45
onTickMethod · 0.45
getFriendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected