added isEnabled() public method to ItemArtefact

This commit is contained in:
WinDanesz
2021-07-07 13:26:21 +02:00
parent 1c89c5f779
commit 15cc7b6d18
@@ -123,6 +123,8 @@ public class ItemArtefact extends Item {
this.enabled = enabled;
}
public boolean isEnabled() { return enabled; }
@Override
public EnumRarity getRarity(ItemStack stack){
return rarity;