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

Method getNBTString

src/main/java/gregapi/util/UT.java:1979–1979  ·  view source on GitHub ↗
(NBTTagCompound aNBT, Object aTag, Object aValue)

Source from the content-addressed store, hash-verified

1977 @Deprecated public static NBTTagCompound getNBTFloat(NBTTagCompound aNBT, Object aTag, float aValue) {return makeFloat(aNBT, aTag, aValue);}
1978 @Deprecated public static NBTTagCompound getNBTDouble(NBTTagCompound aNBT, Object aTag, double aValue) {return makeDouble(aNBT, aTag, aValue);}
1979 @Deprecated public static NBTTagCompound getNBTString(NBTTagCompound aNBT, Object aTag, Object aValue) {return makeString(aNBT, aTag, aValue);}
1980
1981 /** Saves on Data Size by simply not adding "false" Booleans. */
1982 public static NBTTagCompound setBoolean(NBTTagCompound aNBT, Object aTag, boolean aValue) {

Callers

nothing calls this directly

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected