public class ModelTypeRegistryImpl
extends java.lang.Object
| Constructor and Description |
|---|
ModelTypeRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
static ModelInstance<?> |
deserializeModelData(com.google.gson.JsonObject json) |
static void |
finalizeRegistration() |
static net.minecraft.util.ResourceLocation |
getIdentifier(ModelType<?> modelType) |
static void |
registerModelType(net.minecraft.util.ResourceLocation identifier,
ModelType<?> modelType) |
static com.google.gson.JsonObject |
serializeModelData(ModelInstance<?> model) |
public static void registerModelType(net.minecraft.util.ResourceLocation identifier,
ModelType<?> modelType)
public static com.google.gson.JsonObject serializeModelData(ModelInstance<?> model)
public static ModelInstance<?> deserializeModelData(com.google.gson.JsonObject json)
public static net.minecraft.util.ResourceLocation getIdentifier(ModelType<?> modelType)
public static void finalizeRegistration()