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

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

package com.magistuarmory.item;

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