MCPcopy Create free account
hub / github.com/Neop/mudmap2 / prepareLegendEntries

Method prepareLegendEntries

src/main/java/mudmap2/backend/legend/Legend.java:134–146  ·  view source on GitHub ↗

Collects data from world to be included in the legend

()

Source from the content-addressed store, hash-verified

132 * Collects data from world to be included in the legend
133 */
134 private void prepareLegendEntries(){
135 legendEntries = new LinkedList<>();
136
137 if(isIncludePathColors()){
138 prepareLegendEntriesPathColors();
139 }
140 if(isIncludePlaceGroups()){
141 prepareLegendEntriesPlaceGroups();
142 }
143 if(isIncludeInformationColors()){
144 prepareLegendEntriesInformationColors();
145 }
146 }
147
148 /**
149 * Collects path color entries

Callers 1

generateMethod · 0.95

Tested by

no test coverage detected