blob: 8a1e90049d94e715d589b84fb3ad625ae08923a5 [file] [log] [blame] [raw]
package com.legacy.aether.items.block;
import net.minecraft.item.ItemStack;
public interface INamedBlock {
public String getUnlocalizedName(ItemStack stack);
}