MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / make

Method make

src/main/java/gregapi/util/UT.java:1802–1804  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1800
1801 public static class NBT {
1802 public static NBTTagCompound make() {
1803 return new NBTTagCompound();
1804 }
1805
1806 /** Turns each Object -> Object Pair into a Part of the passed NBT as Object-toString()-Key -> Value Pair */
1807 public static NBTTagCompound make(String aFirstKey, Object aFirstValue, Object... aTags) {

Callers 15

saveMethod · 0.95
save_Method · 0.95
getBookWithTitleMethod · 0.95
createWrittenBookMethod · 0.95
fuseMethod · 0.95
makeBoolMethod · 0.95
makeByteMethod · 0.95
makeShortMethod · 0.95
makeIntMethod · 0.95
makeLongMethod · 0.95
makeFloatMethod · 0.95
makeDoubleMethod · 0.95

Calls 3

saveMethod · 0.95
setBooleanMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected