mirror of
https://github.com/Theta-Dev/ConstructionWand.git
synced 2025-09-14 13:47:17 +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();
|
|
}
|