ConstructionWand/src/main/java/thetadev/constructionwand/api/IWandCore.java
Theta-Dev 28bd5a7c70 Wand Supplier/Action Refactoring
fixed inventory pickup order
undo now works within range of blocks
2021-03-07 17:50:25 +01:00

8 lines
146 B
Java

package thetadev.constructionwand.api;
public interface IWandCore extends IWandUpgrade
{
int getColor();
IWandAction getWandAction();
}