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

Method getCustomEquipmentReader

code/src/java/pcgen/core/CustomData.java:66–69  ·  view source on GitHub ↗

Get custom equipment reader @return custom equipment reade

()

Source from the content-addressed store, hash-verified

64 * @return custom equipment reade
65 */
66 public static BufferedReader getCustomEquipmentReader()
67 {
68 return getReader(customEquipmentFilePath());
69 }
70
71 /**
72 * Get custom bio file set path

Callers 1

loadCustomItemsMethod · 0.95

Calls 2

getReaderMethod · 0.95

Tested by

no test coverage detected