package net.miz_hi.smileessence.command; public interface ICommand extends Runnable { String getName(); boolean getDefaultVisibility(); }