1 2 3 4 5 6 7 8 9
package space.autistic.radio import net.minecraft.entity.player.PlayerEntity import net.minecraft.item.ItemStack import net.minecraft.util.Hand interface SidedProxy { fun useStorageCard(player: PlayerEntity, item: ItemStack, hand: Hand) }