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

Method getInstance

src/main/java/PEP/Moods.java:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 private static Moods instance;
69
70 public static Moods getInstance() {
71 if (instance==null) instance=new Moods();
72 return instance;
73 }
74
75 public int getMoodIngex(String mood) {
76 for (int i=0; i<moodKey.size(); i++) {

Callers 10

blockArrivedMethod · 0.95
MoodListMethod · 0.95
eventOkMethod · 0.95
publishTuneMethod · 0.95
MoodItemMethod · 0.95
hasMoodMethod · 0.95
MoodsMethod · 0.45
doActionMethod · 0.45
fieldsLoaderMethod · 0.45
getNickDateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected