mirror of
https://github.com/Theta-Dev/ConstructionWand.git
synced 2025-11-02 20:23:48 +01:00
8 lines
146 B
Java
8 lines
146 B
Java
package thetadev.constructionwand.api;
|
|
|
|
public interface IWandCore extends IWandUpgrade
|
|
{
|
|
int getColor();
|
|
|
|
IWandAction getWandAction();
|
|
}
|