(NBTTagCompound aNBT, Object aTag, Object aValue)
| 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) { |
nothing calls this directly
no test coverage detected