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

Method getNBTByte

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

Source from the content-addressed store, hash-verified

1971 @Deprecated public static NBTTagCompound getNBTs(NBTTagCompound aNBT, Object... aTags) {return make(aNBT, aTags);}
1972 @Deprecated public static NBTTagCompound getNBTBoolean(NBTTagCompound aNBT, Object aTag, boolean aValue) {return makeBool(aNBT, aTag, aValue);}
1973 @Deprecated public static NBTTagCompound getNBTByte(NBTTagCompound aNBT, Object aTag, byte aValue) {return makeByte(aNBT, aTag, aValue);}
1974 @Deprecated public static NBTTagCompound getNBTShort(NBTTagCompound aNBT, Object aTag, short aValue) {return makeShort(aNBT, aTag, aValue);}
1975 @Deprecated public static NBTTagCompound getNBTInteger(NBTTagCompound aNBT, Object aTag, int aValue) {return makeInt(aNBT, aTag, aValue);}
1976 @Deprecated public static NBTTagCompound getNBTLong(NBTTagCompound aNBT, Object aTag, long aValue) {return makeLong(aNBT, aTag, aValue);}

Callers

nothing calls this directly

Calls 1

makeByteMethod · 0.95

Tested by

no test coverage detected