Package com.supermartijn642.fusion.model
Class ModelTypeRegistryImpl
java.lang.Object
com.supermartijn642.fusion.model.ModelTypeRegistryImpl
Created 26/04/2023 by SuperMartijn642
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelInstance<?>deserializeModelData(com.google.gson.JsonObject json) static voidstatic net.minecraft.resources.ResourceLocationgetIdentifier(ModelType<?> modelType) static voidregisterModelType(net.minecraft.resources.ResourceLocation identifier, ModelType<?> modelType) static com.google.gson.JsonObjectserializeModelData(ModelInstance<?> model)
-
Constructor Details
-
ModelTypeRegistryImpl
public ModelTypeRegistryImpl()
-
-
Method Details
-
registerModelType
public static void registerModelType(net.minecraft.resources.ResourceLocation identifier, ModelType<?> modelType) -
serializeModelData
-
deserializeModelData
-
getIdentifier
-
finalizeRegistration
public static void finalizeRegistration()
-