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

Method deserialize

common/buildcraft/api/bpt/IBptReader.java:11–11  ·  view source on GitHub ↗
(NBTTagCompound nbt, IBuilderAccessor accessor)

Source from the content-addressed store, hash-verified

9 * @param <B> */
10public interface IBptReader<B extends IBptWriter> {
11 B deserialize(NBTTagCompound nbt, IBuilderAccessor accessor);
12}

Callers 5

JsonNBTDataMethod · 0.65
JsonSchematicBlockMethod · 0.65
getSubAsImmutableMapMethod · 0.65
getSubAsImmutableListMethod · 0.65
deserializeActionMethod · 0.65

Implementers 2

JsonVariableModelcommon/buildcraft/lib/client/model/jso
JsonModelcommon/buildcraft/lib/client/model/jso

Calls

no outgoing calls

Tested by

no test coverage detected