Package | Description |
---|---|
buildcraft.lib.client.model | |
buildcraft.lib.client.model.json |
Modifier and Type | Method and Description |
---|---|
JsonVariableModel |
ModelHolderVariable.getModel() |
Modifier and Type | Field and Description |
---|---|
JsonVariableModel |
VariablePartContainer.model |
Modifier and Type | Method and Description |
---|---|
static JsonVariableModel |
JsonVariableModel.deserialize(net.minecraft.util.ResourceLocation from,
FunctionContext fnCtx) |
static JsonVariableModel |
JsonVariableModel.deserialize(net.minecraft.util.ResourceLocation from,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
Constructor and Description |
---|
JsonVariableModel(JsonVariableModel from)
Creates a half copy of this -- textures are fully copied, but everything else is taken dierctly (as its
effectivly immutable)
|