MCPcopy Create free account
hub / github.com/Teneted/Tenet / toArray

Method toArray

src/main/java/co/aikar/util/JSONUtil.java:62–64  ·  view source on GitHub ↗

This builds a JSON array from a set of data @param data Data to build JSON array from @return List

(Object... data)

Source from the content-addressed store, hash-verified

60 * @return List
61 */
62 public static List toArray(Object... data) {
63 return Lists.newArrayList(data);
64 }
65
66 /**
67 * These help build a single JSON array using a mapper function

Callers 15

initMethod · 0.45
addEnumMethod · 0.45
allYRotationsMethod · 0.45
allRotationsMethod · 0.45
buildMethod · 0.45
OBJModelMethod · 0.45
readAndSplitLineMethod · 0.45
writeMethod · 0.45
postWandererEventMethod · 0.45
postVillagerEventsMethod · 0.45
addAABBTicketMethod · 0.45
addAdvancementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected