Class DLModelLoadingPlugin

java.lang.Object
de.mrjulsen.mcdragonlib.fabric.client.DLModelLoadingPlugin
All Implemented Interfaces:
net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin

@Environment(CLIENT) public class DLModelLoadingPlugin extends Object implements net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin

    net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInitializeModelLoader(net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin.Context pluginContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DLModelLoadingPlugin

      public DLModelLoadingPlugin()
  • Method Details

    • onInitializeModelLoader

      public void onInitializeModelLoader(net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin.Context pluginContext)
      Specified by:
      onInitializeModelLoader in interface net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin