package net.shadowfacts.phycon.util import net.minecraft.text.Text /** * @author shadowfacts */ interface FriendlyNameable { val friendlyName: Text }