MCPcopy Create free account
hub / github.com/MTrop/DoomTools / name

Method name

src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:433–436  ·  view source on GitHub ↗

Creates a "name" attribute. @param value the value. @return the new attribute.

(String value)

Source from the content-addressed store, hash-verified

431 * @return the new attribute.
432 */
433 public static Attribute name(String value)
434 {
435 return attribute("name", value);
436 }
437
438 /**
439 * Creates an HTMLWriter that just writes to a new String.

Callers 1

metaMethod · 0.95

Calls 1

attributeMethod · 0.95

Tested by

no test coverage detected