MCPcopy Create free account
hub / github.com/PCGen/pcgen / getGlobal

Method getGlobal

code/src/java/pcgen/output/publish/OutputDB.java:285–290  ·  view source on GitHub ↗

Returns a map of the global TemplateModel objects (those that do not depend on a PC) Note that ownership of the returned map is transferred to the calling object, no changes to the returned map will impact OutputDB, nor will changes to OutputDB impact the returned Map. @return a Map of the global

()

Source from the content-addressed store, hash-verified

283 * @return a Map of the global TemplateModel objects
284 */
285 public static Map<Object, TemplateModel> getGlobal()
286 {
287 Map<Object, TemplateModel> map = new CaseInsensitiveMap<>();
288 map.putAll(globalModels);
289 return map;
290 }
291
292 /**
293 * Registers a new Boolean Preference for inclusion in the global Models.

Callers 13

getTokenMethod · 0.45
getInitiativeModTokenMethod · 0.45
getTokenMethod · 0.45
processMethod · 0.45
getSpellFailureMethod · 0.45
getACCheckTokenMethod · 0.45
getAltHPTokenMethod · 0.45
getReachTokenMethod · 0.45
getPCHandsMethod · 0.45

Calls 1

putAllMethod · 0.45

Tested by 1

containsExpectedMethod · 0.36