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