All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.magistuarmory.item.IHasModelProperty Maven / Gradle / Ivy

There is a newer version: 8.10
Show newest version
package com.magistuarmory.item;

import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.annotation.Nullable;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

public interface IHasModelProperty 
{
	@Environment(EnvType.CLIENT)
	void registerModelProperty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy