Class BucketLibClientMod

java.lang.Object
de.cech12.bucketlib.client.BucketLibClientMod
All Implemented Interfaces:
net.fabricmc.api.ClientModInitializer, net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin

public class BucketLibClientMod extends Object implements net.fabricmc.api.ClientModInitializer, 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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.resources.model.UnbakedModel
    getModel(net.minecraft.resources.ResourceLocation location)
     
    void
     
    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
  • Field Details

    • UNIVERSAL_BUCKET_MODEL

      public static final net.minecraft.resources.ResourceLocation UNIVERSAL_BUCKET_MODEL
  • Constructor Details

    • BucketLibClientMod

      public BucketLibClientMod()
  • Method Details

    • onInitializeClient

      public void onInitializeClient()
      Specified by:
      onInitializeClient in interface net.fabricmc.api.ClientModInitializer
    • 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
    • getModel

      public static net.minecraft.client.resources.model.UnbakedModel getModel(net.minecraft.resources.ResourceLocation location)