MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getRegistryName

Method getRegistryName

common/buildcraft/api/bpt/IBptWriter.java:9–9  ·  view source on GitHub ↗

Gets the name to identify this when reading and writing to disk.

()

Source from the content-addressed store, hash-verified

7public interface IBptWriter {
8 /** Gets the name to identify this when reading and writing to disk. */
9 ResourceLocation getRegistryName();
10
11 NBTTagCompound serializeNBT();
12}

Callers 15

registerBlockMethod · 0.80
registerItemMethod · 0.80
registerItemMethod · 0.80
registerBlockMethod · 0.80
fmlInitClientMethod · 0.80
createChestBlockWorldMethod · 0.80
createChestBlockNBTMethod · 0.80
writeEntireBlockStateMethod · 0.80
registerMethod · 0.80
BCItemsClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected