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

Method writeToNBT

src/main/java/gregapi/cover/CoverData.java:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public NBTTagCompound writeToNBT() {return writeToNBT(UT.NBT.make(), T);}
68 public NBTTagCompound writeToNBT(NBTTagCompound aNBT, boolean aIncludeVisuals) {
69 byte i = 0;
70 if (mIDs[ i] != 0) {

Callers 15

rotateMethod · 0.95
onRightClickEntityMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
te_furnaceMethod · 0.45
te_pulverizerMethod · 0.45
te_sawmillMethod · 0.45
te_smelterMethod · 0.45
te_crucibleMethod · 0.45
te_fillMethod · 0.45
te_extractMethod · 0.45
onServerSaveMethod · 0.45

Calls 3

setBooleanMethod · 0.80
needsVisualsSavedMethod · 0.65
makeMethod · 0.45

Tested by

no test coverage detected