Class LoadItemModels

java.lang.Object
com.beansgalaxy.backpacks.events.LoadItemModels
All Implemented Interfaces:
net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin

public class LoadItemModels 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 ctx)
     

    Methods inherited from class java.lang.Object

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

    • LoadItemModels

      public LoadItemModels()
  • Method Details

    • onInitializeModelLoader

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