Package | Description |
---|---|
buildcraft.lib.client.model.json | |
buildcraft.lib.gui.json |
Modifier and Type | Method and Description |
---|---|
static JsonModelRule |
JsonModelRule.deserialize(com.google.gson.JsonElement json,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
static JsonVariableModel |
JsonVariableModel.deserialize(net.minecraft.util.ResourceLocation from,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
static JsonModel |
JsonModel.deserialize(net.minecraft.util.ResourceLocation from,
ResourceLoaderContext ctx) |
static JsonVariableModelPart |
JsonVariableModelPart.deserializeModelPart(com.google.gson.JsonElement json,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
static void |
JsonModel.deserializePart(java.util.List<JsonModelPart> to,
boolean translucent,
com.google.gson.JsonElement json,
ResourceLoaderContext ctx) |
Constructor and Description |
---|
JsonModel(com.google.gson.JsonObject obj,
ResourceLoaderContext ctx) |
JsonModelPart(com.google.gson.JsonElement json,
ResourceLoaderContext ctx) |
JsonVariableModel(com.google.gson.JsonObject obj,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
VariablePartContainer(com.google.gson.JsonObject obj,
FunctionContext fnCtx,
ResourceLoaderContext ctx) |
Constructor and Description |
---|
JsonGuiInfo(com.google.gson.JsonObject json,
FunctionContext fnCtx,
ResourceLoaderContext loadHistory) |