Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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> */
10
public
interface
IBptReader<B extends IBptWriter> {
11
B deserialize(NBTTagCompound nbt, IBuilderAccessor accessor);
12
}
Callers
5
JsonNBTData
Method · 0.65
JsonSchematicBlock
Method · 0.65
getSubAsImmutableMap
Method · 0.65
getSubAsImmutableList
Method · 0.65
deserializeAction
Method · 0.65
Implementers
2
JsonVariableModel
common/buildcraft/lib/client/model/jso
JsonModel
common/buildcraft/lib/client/model/jso
Calls
no outgoing calls
Tested by
no test coverage detected