MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / hasMood

Method hasMood

src/main/java/Client/Contact.java:883–885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

881
882//#ifdef PEP
883 boolean hasMood() {
884 return (pepMood > -1 && pepMood < Moods.getInstance().getCount());
885 }
886//#ifdef PEP_ACTIVITY
887
888 boolean hasActivity() {

Callers 3

getTipStringMethod · 0.95
getMoodStringMethod · 0.95
drawItemMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getCountMethod · 0.45

Tested by

no test coverage detected