Package de.cech12.bucketlib.client
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
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.resources.model.UnbakedModelgetModel(net.minecraft.resources.ResourceLocation location) voidvoidonInitializeModelLoader(net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin.Context pluginContext)
-
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:
onInitializeClientin interfacenet.fabricmc.api.ClientModInitializer
-
onInitializeModelLoader
public void onInitializeModelLoader(net.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin.Context pluginContext) - Specified by:
onInitializeModelLoaderin interfacenet.fabricmc.fabric.api.client.model.loading.v1.ModelLoadingPlugin
-
getModel
public static net.minecraft.client.resources.model.UnbakedModel getModel(net.minecraft.resources.ResourceLocation location)
-