MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getMoodLabel

Method getMoodLabel

src/main/java/PEP/Moods.java:82–85  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

80 }
81
82 public String getMoodLabel(int index) {
83 if (index<0) return null;
84 return (String)moodValue.elementAt(index);
85 }
86
87 String getMoodName(int index) {
88 return (String)moodKey.elementAt(index);

Callers 2

blockArrivedMethod · 0.80
MoodItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected