ConstructionWand/src/main/java/thetadev/constructionwand/api/IWandUpgrade.java
2021-08-02 23:48:18 +02:00

8 lines
164 B
Java

package thetadev.constructionwand.api;
import net.minecraft.resources.ResourceLocation;
public interface IWandUpgrade
{
ResourceLocation getRegistryName();
}