mirror of
https://github.com/Theta-Dev/ConstructionWand.git
synced 2025-08-06 02:45:26 +02:00
8 lines
164 B
Java
8 lines
164 B
Java
package thetadev.constructionwand.api;
|
|
|
|
import net.minecraft.resources.ResourceLocation;
|
|
|
|
public interface IWandUpgrade
|
|
{
|
|
ResourceLocation getRegistryName();
|
|
}
|